This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new 78090cb Avoid activating artemis-elasticsearch maven-failsafe-plugin
outside of the native profile
78090cb is described below
commit 78090cb54a12cc20a837446fba93eb1c05c43976
Author: James Netherton <[email protected]>
AuthorDate: Tue Nov 26 15:32:25 2024 +0000
Avoid activating artemis-elasticsearch maven-failsafe-plugin outside of the
native profile
---
artemis-elasticsearch/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/artemis-elasticsearch/pom.xml b/artemis-elasticsearch/pom.xml
index effd9ce..3dc9c96 100644
--- a/artemis-elasticsearch/pom.xml
+++ b/artemis-elasticsearch/pom.xml
@@ -285,12 +285,6 @@
</execution>
</executions>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
- <version>${maven-surefire-plugin.version}</version>
- </plugin>
</plugins>
</build>