This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/3.15.x by this push:
new a29b8d9 Avoid activating artemis-elasticsearch maven-failsafe-plugin
outside of the native profile
a29b8d9 is described below
commit a29b8d9a347f5714837d221d280a373b7a722004
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 22ce083..12c79a8 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>