This is an automated email from the ASF dual-hosted git repository.
rgdoliveira pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 90b18adfb [kie-issues-838] remove productized profile managing modules
(#1855)
90b18adfb is described below
commit 90b18adfbece0550892130c3043918a349bbea92
Author: Roberto Oliveira <[email protected]>
AuthorDate: Fri Jan 19 19:20:46 2024 +0100
[kie-issues-838] remove productized profile managing modules (#1855)
---
kogito-quarkus-examples/pom.xml | 15 --------------
kogito-springboot-examples/pom.xml | 15 --------------
pom.xml | 11 ----------
serverless-workflow-examples/pom.xml | 40 ------------------------------------
4 files changed, 81 deletions(-)
diff --git a/kogito-quarkus-examples/pom.xml b/kogito-quarkus-examples/pom.xml
index 95cbea381..ea58824df 100644
--- a/kogito-quarkus-examples/pom.xml
+++ b/kogito-quarkus-examples/pom.xml
@@ -107,21 +107,6 @@
</modules>
</profile>
- <!--
- https://issues.redhat.com/browse/KOGITO-8341
- Prod profile defined here with empty modules
- So the check does still run on that subproject
- but no module is checked
- -->
- <profile>
- <id>productized</id>
- <activation>
- <property>
- <name>productized</name>
- </property>
- </activation>
- </profile>
-
<profile>
<id>native</id>
<properties>
diff --git a/kogito-springboot-examples/pom.xml
b/kogito-springboot-examples/pom.xml
index 21f95a836..1e39149b7 100644
--- a/kogito-springboot-examples/pom.xml
+++ b/kogito-springboot-examples/pom.xml
@@ -95,21 +95,6 @@
</modules>
</profile>
- <!--
- https://issues.redhat.com/browse/KOGITO-8341
- Prod profile defined here with empty modules
- So the check does still run on that subproject
- but no module is checked
- -->
- <profile>
- <id>productized</id>
- <activation>
- <property>
- <name>productized</name>
- </property>
- </activation>
- </profile>
-
<profile>
<id>springboot</id>
<activation>
diff --git a/pom.xml b/pom.xml
index a43950a10..fb556732d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -162,17 +162,6 @@
<module>serverless-workflow-examples</module>
</modules>
</profile>
- <profile>
- <id>productized</id>
- <activation>
- <property>
- <name>productized</name>
- </property>
- </activation>
- <modules>
- <module>serverless-workflow-examples</module>
- </modules>
- </profile>
</profiles>
<dependencyManagement>
diff --git a/serverless-workflow-examples/pom.xml
b/serverless-workflow-examples/pom.xml
index 26153f9ea..098044315 100644
--- a/serverless-workflow-examples/pom.xml
+++ b/serverless-workflow-examples/pom.xml
@@ -120,46 +120,6 @@
</modules>
</profile>
- <profile>
- <id>productized</id>
- <activation>
- <property>
- <name>productized</name>
- </property>
- </activation>
- <modules>
- <module>serverless-workflow-annotations-description</module>
- <module>serverless-workflow-callback-events-over-http-quarkus</module>
- <module>serverless-workflow-callback-quarkus</module>
- <module>serverless-workflow-compensation-quarkus</module>
- <module>serverless-workflow-consuming-events-over-http-quarkus</module>
- <module>serverless-workflow-correlation-quarkus</module>
- <module>serverless-workflow-custom-function-knative</module>
- <module>serverless-workflow-custom-type</module>
- <module>serverless-workflow-data-index-quarkus</module>
- <module>serverless-workflow-error-quarkus</module>
- <module>serverless-workflow-expression-quarkus</module>
- <module>serverless-workflow-foreach-quarkus</module>
- <module>serverless-workflow-functions-quarkus</module>
- <module>serverless-workflow-funqy</module>
- <module>serverless-workflow-greeting-quarkus</module>
- <module>serverless-workflow-greeting-rpc-quarkus</module>
- <module>serverless-workflow-hello-world</module>
- <module>serverless-workflow-loanbroker-showcase</module>
- <module>serverless-workflow-newsletter-subscription</module>
- <module>serverless-workflow-order-processing</module>
- <module>serverless-workflow-parallel-execution</module>
- <module>serverless-workflow-qas-service-showcase</module>
- <module>serverless-workflow-saga-quarkus</module>
- <module>serverless-workflow-service-calls-quarkus</module>
- <module>serverless-workflow-stock-profit</module>
- <module>serverless-workflow-temperature-conversion</module>
- <module>serverless-workflow-testing-with-rest-assured</module>
- <module>serverless-workflow-timeouts-showcase-embedded</module>
- <module>serverless-workflow-timeouts-showcase-extended</module>
-
<module>serverless-workflow-timeouts-showcase-operator-devprofile</module>
- </modules>
- </profile>
<profile>
<id>openvino</id>
<activation>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]