kie-tools-maven-base
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.kie</groupId> <artifactId>kie-tools-maven-base</artifactId> <version>10.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>33</version> </parent> <groupId>org.kie</groupId> <artifactId>kie-tools-maven-base</artifactId> <version>10.1.0</version> <packaging>pom</packaging> <name>KIE Tools :: Maven Base</name> <organization> <name>The Apache Software Foundation</name> <url>https://apache.org/</url> </organization> <licenses> <license> <name>Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>The Apache KIE Team</name> <email>dev@kie.apache.org</email> <url>https://kie.apache.org</url> <organization>Apache Software Foundation</organization> <organizationUrl>http://apache.org/</organizationUrl> </developer> </developers> <mailingLists> <mailingList> <name>Development List</name> <subscribe>dev-subscribe@kie.apache.org</subscribe> <unsubscribe>dev-unsubscribe@kie.apache.org</unsubscribe> <post>dev@kie.apache.org</post> <archive>https://lists.apache.org/list.html?dev@kie.apache.org</archive> </mailingList> <mailingList> <name>User List</name> <subscribe>users-subscribe@kie.apache.org</subscribe> <unsubscribe>users-unsubscribe@kie.apache.org</unsubscribe> <post>users@kie.apache.org</post> <archive>https://lists.apache.org/list.html?users@kie.apache.org</archive> </mailingList> <mailingList> <name>Commits List</name> <subscribe>commits-subscribe@kie.apache.org</subscribe> <unsubscribe>commits-unsubscribe@kie.apache.org</unsubscribe> <post>commits@kie.apache.org</post> <archive>https://lists.apache.org/list.html?commits@kie.apache.org</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:https://github.com/apache/incubator-kie-tools.git</connection> <developerConnection>scm:git:https://github.com/apache/incubator-kie-tools.git</developerConnection> <url>https://github.com/apache/incubator-kie-tools</url> </scm> <issueManagement> <system>github-issues</system> <url>https://github.com/apache/incubator-kie-issues/issues</url> </issueManagement> <properties> <version.maven.remote.resources.plugin>3.2.0</version.maven.remote.resources.plugin> <version.maven.artifact.plugin>3.5.3</version.maven.artifact.plugin> <version.j2cl.maven.plugin>0.23.0</version.j2cl.maven.plugin> <version.org.kie.kogito>10.1.0</version.org.kie.kogito> <version.io.netty>4.1.118.Final</version.io.netty> <version.jacoco.maven.plugin>0.8.13</version.jacoco.maven.plugin> <version.org.iq80.snappy>0.5</version.org.iq80.snappy> <version.maven.failsafe.plugin>${version.maven.surefire.plugin}</version.maven.failsafe.plugin> <version.maven.surefire.plugin>3.5.0</version.maven.surefire.plugin> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <version.maven.dependency.plugin>3.7.1</version.maven.dependency.plugin> <maven.compiler.parameters>true</maven.compiler.parameters> <version.quarkus>3.15.3.1</version.quarkus> <version.maven.jar.plugin>3.4.2</version.maven.jar.plugin> <version.junit>4.13.2</version.junit> <maven.compiler.source>17</maven.compiler.source> <version.org.kie.j2cl.tools.yaml.mapper>0.4</version.org.kie.j2cl.tools.yaml.mapper> <version.org.apache.mime4j>0.8.11</version.org.apache.mime4j> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <version.org.mockito>4.11.0</version.org.mockito> <version.maven.deploy.plugin>3.1.2</version.maven.deploy.plugin> <maven.compiler.target>17</maven.compiler.target> <version.maven.clean.plugin>3.4.0</version.maven.clean.plugin> <version.io.quarkiverse.embedded.postgresql>0.3.0</version.io.quarkiverse.embedded.postgresql> <version.codehaus.flatten.plugin>1.6.0</version.codehaus.flatten.plugin> <project.build.outputTimestamp>2024-01-12T00:00:00Z</project.build.outputTimestamp> <version.maven.compiler.plugin>3.13.0</version.maven.compiler.plugin> <version.org.apache.commons.commons-compress>1.26.1</version.org.apache.commons.commons-compress> <version.maven.help.plugin>3.4.1</version.maven.help.plugin> <version.maven.install.plugin>3.1.3</version.maven.install.plugin> <version.org.assertj>3.25.3</version.org.assertj> <version.maven.source.plugin>3.3.1</version.maven.source.plugin> <version.org.freemarker>2.3.32</version.org.freemarker> <version.org.junit.jupiter>5.10.2</version.org.junit.jupiter> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-bom</artifactId> <version>${version.org.kie.kogito}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-kie-bom</artifactId> <version>${version.org.kie.kogito}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-apps-bom</artifactId> <version>${version.org.kie.kogito}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.drools</groupId> <artifactId>drools-bom</artifactId> <version>${version.org.kie.kogito}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.kie.kogito</groupId> <artifactId>kogito-quarkus-test-utils</artifactId> <version>${version.org.kie.kogito}</version> </dependency> <dependency> <groupId>org.kie</groupId> <artifactId>kie-dmn-test-resources</artifactId> <version>${version.org.kie.kogito}</version> <classifier>tests</classifier> </dependency> <dependency> <groupId>org.kie.j2cl.tools.yaml.mapper</groupId> <artifactId>common</artifactId> <version>${version.org.kie.j2cl.tools.yaml.mapper}</version> </dependency> <dependency> <groupId>org.kie.j2cl.tools.yaml.mapper</groupId> <artifactId>processor</artifactId> <version>${version.org.kie.j2cl.tools.yaml.mapper}</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-bom</artifactId> <version>${version.quarkus}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>${version.io.netty}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> <version>${version.io.netty}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${version.junit}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>${version.org.apache.commons.commons-compress}</version> </dependency> <dependency> <groupId>io.quarkiverse.embedded.postgresql</groupId> <artifactId>quarkus-embedded-postgresql</artifactId> <version>${version.io.quarkiverse.embedded.postgresql}</version> </dependency> <dependency> <groupId>org.iq80.snappy</groupId> <artifactId>snappy</artifactId> <version>${version.org.iq80.snappy}</version> </dependency> <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j-core</artifactId> <version>${version.org.apache.mime4j}</version> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>${version.org.freemarker}</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>${version.org.junit.jupiter}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>${version.org.assertj}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-inline</artifactId> <version>${version.org.mockito}</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-artifact-plugin</artifactId> <version>${version.maven.artifact.plugin}</version> <configuration> <outputTimestamp>${project.build.outputTimestamp}</outputTimestamp> <pluginIssues>${session.executionRootDirectory}/node_modules/@kie-tools/maven-base/not-reproducible-plugins.properties</pluginIssues> </configuration> </plugin> <plugin> <artifactId>maven-install-plugin</artifactId> <version>${version.maven.install.plugin}</version> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>${version.maven.deploy.plugin}</version> </plugin> <plugin> <artifactId>maven-help-plugin</artifactId> <version>${version.maven.help.plugin}</version> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>${version.maven.dependency.plugin}</version> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>${version.maven.compiler.plugin}</version> </plugin> <plugin> <artifactId>maven-failsafe-plugin</artifactId> <version>${version.maven.failsafe.plugin}</version> </plugin> <plugin> <artifactId>maven-clean-plugin</artifactId> <version>${version.maven.clean.plugin}</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>${version.maven.surefire.plugin}</version> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>${version.maven.jar.plugin}</version> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>${version.maven.source.plugin}</version> </plugin> <plugin> <artifactId>maven-remote-resources-plugin</artifactId> <version>${version.maven.remote.resources.plugin}</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <version>${version.codehaus.flatten.plugin}</version> </plugin> <plugin> <groupId>io.quarkus</groupId> <artifactId>quarkus-maven-plugin</artifactId> <version>${version.quarkus}</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${version.jacoco.maven.plugin}</version> </plugin> <plugin> <groupId>org.kie.j2cl.tools</groupId> <artifactId>j2cl-maven-plugin</artifactId> <version>${version.j2cl.maven.plugin}</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <executions> <execution> <id>flatten-revision</id> <phase>process-resources</phase> <goals> <goal>flatten</goal> </goals> </execution> <execution> <id>flatten-revision-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> </execution> </executions> <configuration> <updatePomFile>true</updatePomFile> <flattenMode>resolveCiFriendliesOnly</flattenMode> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> <execution> <id>attach-test-sources</id> <goals> <goal>test-jar-no-fork</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>use-maven-repo-local-tail</id> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-install-plugin</artifactId> <version>${version.maven.install.plugin}</version> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <artifactId>maven-clean-plugin</artifactId> <configuration> <filesets> <fileset> <directory>${basedir}/dist/1st-party-m2</directory> <includes> <include>**/*</include> </includes> <followSymlinks>false</followSymlinks> </fileset> </filesets> </configuration> </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>clean-local-repo</id> <phase>clean</phase> <goals> <goal>purge-local-repository</goal> </goals> <configuration> <excludes>**/*</excludes> <actTransitively>false</actTransitively> <manualInclude>${project.groupId}:${project.artifactId}:${project.version}</manualInclude> <verbose>true</verbose> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <executions> <execution> <id>deploy-to-local-dist-1st-party-m2</id> <phase>install</phase> <goals> <goal>deploy</goal> </goals> <configuration> <skip>false</skip> <altDeploymentRepository>kie-tools--local-dist-1st-party-m2::file://${maven.multiModuleProjectDirectory}/dist/1st-party-m2/repository</altDeploymentRepository> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>reproducible-build</id> <activation> <property> <name>reproducible</name> </property> </activation> <build> <plugins> <plugin> <artifactId>maven-artifact-plugin</artifactId> <executions> <execution> <id>check-buildplan</id> <phase>validate</phase> <goals> <goal>check-buildplan</goal> </goals> </execution> <execution> <id>compare</id> <phase>install</phase> <goals> <goal>compare</goal> </goals> </execution> </executions> <configuration /> </plugin> </plugins> </build> </profile> </profiles> </project>