From 07f587e19357ed11996417abe2e9994967a0801c Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Sat, 23 Dec 2023 06:10:59 +0100 Subject: [PATCH] feat: Cleanup Dependencies to rely on Spring Dependencies Tree - Meeds-io/MIPs#57 --- pom.xml | 205 ++++---------------------------------------------------- 1 file changed, 14 insertions(+), 191 deletions(-) diff --git a/pom.xml b/pom.xml index 4e29d5fd..6d8edc38 100644 --- a/pom.xml +++ b/pom.xml @@ -180,20 +180,21 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${ut.verbose} - - - - - + + com.jcabi + jcabi-maven-plugin + + + weave-classes + + + + weave-test-classes + + + + org.codehaus.gmavenplus gmavenplus-plugin @@ -273,182 +274,4 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - - - run-its - - - - ${it.dataDirPath} - true - ${project.basedir}/src/test/data - - **/*.json - **/*.xml - - - - ${it.dataDirPath} - false - ${project.basedir}/src/test/data - - **/*.json - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - reserve-network-port - initialize - - reserve-network-port - - - - it.webServerHttpPort - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - prepare-integration-tests - pre-integration-test - - unpack-dependencies - - - test - zip - ${it.workingDirPath} - - - - - - org.apache.tomcat.maven - tomcat7-maven-plugin - - - start-tomcat - pre-integration-test - - run-war-only - - - true - - - - stop-tomcat - post-integration-test - - shutdown - - - - - true - - ${it.dataDirPath}/server.xml - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - ${it.dataDirPath} - ${it.workingDirPath} - ${argLine} - ${io.meeds.distribution.version} - ${project.build.directory}/${project.build.finalName}.jar - ${it.verbose} - ${it.webServerHttpPort} - - - - - - - - ${it.platform.groupId} - ${it.platform.artifactId} - ${io.meeds.distribution.version} - zip - test - - - - - platform-community-tomcat-its - - - platform.distribution - platform-community-tomcat - - - - io.meeds.distribution - plf-community-tomcat-standalone - - - - - platform-enterprise-tomcat-its - - - platform.distribution - platform-enterprise-tomcat - - - - com.exoplatform.platform.distributions - plf-enterprise-tomcat-standalone - - - - platform-enterprise-jbosseap-its - - - platform.distribution - platform-enterprise-jbosseap - - - - com.exoplatform.platform.distributions - plf-enterprise-jbosseap-standalone - - - - coverage - - - 1 - - - - verbose-tests - - - verboseTests - - - - true - true - - -