blob: c0fd1291775227e7d7877317c3442029823e25f5 [file] [log] [blame]
<?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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>32</version>
</parent>
<groupId>org.kie</groupId>
<artifactId>drools-parent</artifactId>
<packaging>pom</packaging>
<version>999-SNAPSHOT</version>
<name>Drools :: Parent</name>
<description>
The repo contains all code related to Drools project.
</description>
<url>http://www.drools.org</url>
<inceptionYear>2001</inceptionYear>
<organization>
<name>The Apache Software Foundation</name>
<url>https://apache.org/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/apache/incubator-kie-drools.git</connection>
<developerConnection>scm:git:https://github.com/apache/incubator-kie-drools.git</developerConnection>
<url>https://github.com/apache/incubator-kie-drools</url>
</scm>
<ciManagement>
<system>jenkins</system>
<url>https://ci-builds.apache.org/job/KIE/</url>
</ciManagement>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/apache/incubator-kie-issues/issues</url>
</issueManagement>
<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>
<mailingList>
<name>setup</name>
<subscribe>https://groups.google.com/forum/#!forum/drools-setup</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/drools-setup</unsubscribe>
<otherArchives>
<!-- Very old (and long deprecated) user mailing list -->
<otherArchive>http://drools.46999.n3.nabble.com/Drools-User-forum-f47000.html</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>usage</name>
<subscribe>https://groups.google.com/forum/#!forum/drools-usage</subscribe>
<unsubscribe>https://groups.google.com/forum/#!forum/drools-usage</unsubscribe>
</mailingList>
</mailingLists>
<properties>
<project.build.outputTimestamp>2024-01-12T00:00:00Z</project.build.outputTimestamp>
<version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin>
<version.apache-rat-plugin>0.16.1</version.apache-rat-plugin>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
<version>${version.maven.artifact.plugin}</version>
<configuration>
<outputTimestamp>${project.build.outputTimestamp}</outputTimestamp>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>${version.apache-rat-plugin}</version>
<configuration>
<excludes>
<exclude>.git-blame-ignore-revs</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
<exclude>**/lunr-2.3.9.min.js</exclude>
<exclude>**/search-ui.js</exclude>
<exclude>**/branch.yaml</exclude>
<exclude>**/main.yaml</exclude>
<exclude>**/mvel.jj</exclude>
<exclude>**/*.csv</exclude>
<exclude>**/*.sdo</exclude>
<exclude>**/*.sdt</exclude>
<exclude>**/TestingEmptyFile.txt</exclude>
<exclude>**/*.test_json</exclude>
<exclude>**/*.pmml_json</exclude>
<exclude>**/*.drl_json</exclude>
<exclude>**/*.dslr</exclude>
<exclude>**/DMN*.xsd</exclude>
<exclude>**/DC.xsd</exclude>
<exclude>**/DI.xsd</exclude>
<exclude>**/KiePMML*.txt</exclude>
<exclude>**/TargetValueFactoryTest_01.txt</exclude>
<exclude>**/TargetFieldFactoryTest_01.txt</exclude>
<exclude>**/*.uml</exclude>
<exclude>**/drools-model</exclude>
<exclude>**/testFile.txt</exclude>
<exclude>**/simple.dot</exclude>
<exclude>**/*.log</exclude>
<exclude>**/*.lst</exclude>
<exclude>**/checkstyle-cachefile</exclude>
<exclude>**/test*.txt</exclude>
<exclude>**/test*.yml</exclude>
<exclude>**/drl.ftl</exclude>
<exclude>**/goal.txt</exclude>
<exclude>**/adult.txt</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<modules>
<module>bom</module>
<module>build-parent</module>
<module>kie-api</module>
<module>kie-internal</module>
<module>kie-util</module>
<module>kie-memory-compiler</module>
<module>drools-ruleunits</module>
<module>drools-wiring</module>
<module>kie-test-util</module>
<module>drools-util</module>
<module>drools-io</module>
<module>drools-core</module>
<module>drools-base</module>
<module>drools-commands</module>
<module>drools-kiesession</module>
<module>drools-ecj</module>
<module>drools-drl</module>
<module>drools-compiler</module>
<module>drools-mvel</module>
<module>drools-xml-support</module>
<module>drools-legacy-test-util</module>
<module>drools-tms</module>
<module>drools-beliefs</module>
<module>drools-serialization-protobuf</module>
<module>drools-traits</module>
<module>drools-verifier</module>
<module>drools-persistence</module>
<module>drools-templates</module>
<module>drools-decisiontables</module>
<module>drools-examples</module>
<module>kie-ci</module>
<module>drools-model</module>
<module>drools-examples-api</module>
<module>drools-test-coverage</module>
<module>drools-scenario-simulation</module>
<module>drools-metric</module>
<module>drools-alphanetwork-compiler</module>
<module>drools-engine</module>
<module>drools-engine-classic</module>
<module>drools-impact-analysis</module>
<module>drools-retediagram</module>
<module>drools-fastutil</module>
<module>efesto</module>
<module>kie-drl</module>
<module>kie-dmn</module>
<module>kie-pmml-trusty</module>
<module>kie-maven-plugin</module>
<module>kie-archetypes</module>
<module>drools-quarkus-extension</module>
<module>drools-reliability</module>
<module>drools-drlonyaml-parent</module>
</modules>
<profiles>
<profile>
<id>fullProfile</id>
<activation>
<property>
<name>full</name>
</property>
</activation>
<modules>
<module>drools-docs</module>
<module>drools-distribution</module>
</modules>
</profile>
<profile>
<id>reproducible-build</id>
<activation>
<property>
<name>reproducible</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-artifact-plugin</artifactId>
<executions>
<execution>
<id>check-buildplan</id>
<goals>
<goal>check-buildplan</goal>
</goals>
<!-- The execution's configuration is part of the pluginManagement. This piece here only makes sure the
execution is enabled (by specifying a phase) for full profile builds. -->
<phase>validate</phase>
</execution>
<execution>
<id>compare</id>
<goals>
<goal>compare</goal>
</goals>
<!-- The execution's configuration is part of the pluginManagement. This piece here only makes sure the
execution is enabled (by specifying a phase) for full profile builds. -->
<phase>install</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile><!-- this profile is defined here in order to be available from the root of the drools repository and maven reactor build -->
<id>rewrite</id>
<build>
<plugins>
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>4.42.0</version>
<configuration>
<activeRecipes>
<!-- <recipe>org.drools.rewrite.PrintStackTraceToLogError</recipe>-->
<recipe>org.openrewrite.java.testing.junit5.JUnit4to5Migration</recipe>
</activeRecipes>
<configLocation>${maven.multiModuleProjectDirectory}/.openrewrite/rewrite.yml</configLocation>
<!-- see https://rewriteoss.slack.com/archives/C01A843MWG5/p1654176555223819 https://github.com/openrewrite/rewrite/issues/1596#issuecomment-1113645648 -->
<exclusions>
<exclude>*/src/test/**</exclude>
</exclusions>
</configuration>
<dependencies>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<!-- <artifactId>rewrite-logging-frameworks</artifactId>-->
<!-- <version>1.8.0</version>-->
<artifactId>rewrite-testing-frameworks</artifactId>
<version>1.23.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>disableNewParser</id>
<activation>
<property>
<name>disableNewParser</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<drools.drl.antlr4.parser.enabled>false</drools.drl.antlr4.parser.enabled>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>