kie-tools-maven-base
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.kie</groupId> <artifactId>kie-tools-maven-base</artifactId> <version>10.0.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>32</version> </parent> <groupId>org.kie</groupId> <artifactId>kie-tools-maven-base</artifactId> <version>10.0.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.flatten.plugin>1.6.0</version.flatten.plugin> <quarkus.platform.version>3.8.4</quarkus.platform.version> <version.resources.plugin>3.2.0</version.resources.plugin> <version.junit>4.13.2</version.junit> <maven.compiler.source>17</maven.compiler.source> <version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin> <version.org.kie.kogito>10.0.0</version.org.kie.kogito> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <compiler-plugin.version>3.13.0</compiler-plugin.version> <surefire-plugin.version>3.2.5</surefire-plugin.version> <maven.compiler.target>17</maven.compiler.target> <project.build.outputTimestamp>2024-01-12T00:00:00Z</project.build.outputTimestamp> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <version.failsafe.plugin>3.0.0-M7</version.failsafe.plugin> <maven.compiler.parameters>true</maven.compiler.parameters> <quarkus-plugin.version>${quarkus.platform.version}</quarkus-plugin.version> <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-bom</artifactId> <version>${quarkus.platform.version}</version> <type>pom</type> <scope>import</scope> </dependency> <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> </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> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <version>${version.flatten.plugin}</version> <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>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>