This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 7ad3cead14 [NO_ISSUE] Cleanup incubator-kie-issues#1504 -
Conditionally build all or only reproducible modules based on only.reproducible
flag (#6111)
7ad3cead14 is described below
commit 7ad3cead14942cfd5dff1d8f5f41ff2c6903bcb1
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Mon Oct 7 10:11:52 2024 +0200
[NO_ISSUE] Cleanup incubator-kie-issues#1504 - Conditionally build all or
only reproducible modules based on only.reproducible flag (#6111)
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
drools-drlonyaml-parent/pom.xml | 30 +++++++++---------------------
1 file changed, 9 insertions(+), 21 deletions(-)
diff --git a/drools-drlonyaml-parent/pom.xml b/drools-drlonyaml-parent/pom.xml
index 9976e1ecbf..a1f8cb5079 100644
--- a/drools-drlonyaml-parent/pom.xml
+++ b/drools-drlonyaml-parent/pom.xml
@@ -31,6 +31,15 @@
<name>Drools :: DRL on YAML</name>
<packaging>pom</packaging>
+
+ <modules>
+ <module>drools-drlonyaml-schemagen</module>
+ <module>drools-drlonyaml-model</module>
+ <module>drools-drlonyaml-todrl</module>
+ <module>drools-drlonyaml-cli</module>
+ <module>drools-drlonyaml-cli-tests</module>
+ </modules>
+
<profiles>
<profile>
<id>allSubmodules</id>
@@ -40,30 +49,9 @@
</property>
</activation>
<modules>
- <module>drools-drlonyaml-schemagen</module>
- <module>drools-drlonyaml-model</module>
- <module>drools-drlonyaml-todrl</module>
- <module>drools-drlonyaml-cli</module>
- <module>drools-drlonyaml-cli-tests</module>
<module>drools-drlonyaml-integration-tests</module>
</modules>
</profile>
-
- <profile>
- <id>onlyReproducible</id>
- <activation>
- <property>
- <name>only.reproducible</name>
- </property>
- </activation>
- <modules>
- <module>drools-drlonyaml-schemagen</module>
- <module>drools-drlonyaml-model</module>
- <module>drools-drlonyaml-todrl</module>
- <module>drools-drlonyaml-cli</module>
- <module>drools-drlonyaml-cli-tests</module>
- </modules>
- </profile>
</profiles>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]