From d6a2f98aea7682598ffc3b9278e5dedcb99d985a Mon Sep 17 00:00:00 2001 From: WolfgangHG Date: Sat, 21 Dec 2024 11:16:01 +0100 Subject: [PATCH] Cleanup: removed unnecessary surefire version, updated dependency comment --- .../main/resources-filtered/archetype-resources/pom.xml | 1 - .../main/resources-filtered/archetype-resources/pom.xml | 7 +++---- .../main/resources-filtered/archetype-resources/pom.xml | 8 +++----- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml index 0728b17..2edd57d 100644 --- a/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -43,7 +43,6 @@ ${version.compiler.plugin} - ${version.surefire.plugin} ${version.failsafe.plugin} ${version.war.plugin} diff --git a/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml index b30ac74..21549bd 100644 --- a/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -52,7 +52,6 @@ ${version.compiler.plugin} ${version.ear.plugin} ${version.ejb.plugin} - ${version.surefire.plugin} ${version.failsafe.plugin} ${version.war.plugin} @@ -145,11 +144,11 @@ compile - + versions of artifacts (you can read this as the WildFly stack of the Jakarta EE APIs, + with some extras tools for your project, such as Arquillian for testing) --> org.wildfly.bom wildfly-ee-with-tools diff --git a/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml index 03c18f6..95471ff 100644 --- a/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -44,7 +44,6 @@ ${version.compiler.plugin} - ${version.surefire.plugin} ${version.failsafe.plugin} ${version.war.plugin} @@ -117,12 +116,11 @@ - + versions of artifacts (you can read this as the WildFly stack of the Jakarta EE APIs, + with some extras tools for your project, such as Arquillian for testing) --> org.wildfly.bom wildfly-ee-with-tools