This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 71c6b3f Add missing grouped test modules to formatting steps
71c6b3f is described below
commit 71c6b3f037d93effd7a1ec9f63c5e2cf70f4f0fc
Author: James Netherton <[email protected]>
AuthorDate: Wed Sep 29 08:03:30 2021 +0100
Add missing grouped test modules to formatting steps
---
integration-tests/mongodb-grouped/pom.xml | 6 +++---
pom.xml | 20 ++++++++++++++++++++
2 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/integration-tests/mongodb-grouped/pom.xml
b/integration-tests/mongodb-grouped/pom.xml
index 2049d8c..af205b8 100644
--- a/integration-tests/mongodb-grouped/pom.xml
+++ b/integration-tests/mongodb-grouped/pom.xml
@@ -58,15 +58,15 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-mongodb</artifactId>
+
<artifactId>camel-quarkus-integration-tests-support-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-mongodb-gridfs</artifactId>
+ <artifactId>camel-quarkus-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
-
<artifactId>camel-quarkus-integration-tests-support-mongodb</artifactId>
+ <artifactId>camel-quarkus-mongodb-gridfs</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
diff --git a/pom.xml b/pom.xml
index d212477..3d50705 100644
--- a/pom.xml
+++ b/pom.xml
@@ -743,8 +743,10 @@
<sortModulesPath>integration-tests/pom.xml</sortModulesPath>
<sortModulesPath>integration-test-groups/pom.xml</sortModulesPath>
<sortModulesPath>integration-test-groups/aws2/pom.xml</sortModulesPath>
+
<sortModulesPath>integration-test-groups/aws2-quarkus-client/pom.xml</sortModulesPath>
<sortModulesPath>integration-test-groups/azure/pom.xml</sortModulesPath>
<sortModulesPath>integration-test-groups/foundation/pom.xml</sortModulesPath>
+
<sortModulesPath>integration-test-groups/mongodb/pom.xml</sortModulesPath>
</sortModulesPaths>
<sortDependencyManagementPaths>
<sortDependencyManagementPath>poms/bom/pom.xml</sortDependencyManagementPath>
@@ -786,6 +788,15 @@
</mergePom>
<mergePom>
<sourcePoms>
+
<directory>${basedir}/integration-test-groups/aws2-quarkus-client</directory>
+ <includes>
+
<include>*/pom.xml</include>
+ </includes>
+ </sourcePoms>
+
<destinationPom>${basedir}/integration-tests/aws2-quarkus-client-grouped/pom.xml</destinationPom>
+ </mergePom>
+ <mergePom>
+ <sourcePoms>
<directory>${basedir}/integration-test-groups/azure</directory>
<includes>
<include>*/pom.xml</include>
@@ -802,6 +813,15 @@
</sourcePoms>
<destinationPom>${basedir}/integration-tests/foundation-grouped/pom.xml</destinationPom>
</mergePom>
+ <mergePom>
+ <sourcePoms>
+
<directory>${basedir}/integration-test-groups/mongodb</directory>
+ <includes>
+
<include>*/pom.xml</include>
+ </includes>
+ </sourcePoms>
+
<destinationPom>${basedir}/integration-tests/mongodb-grouped/pom.xml</destinationPom>
+ </mergePom>
</mergePoms>
</configuration>
</execution>