From ef5a3ba0950dc645e1806afadd25db93a6d1cc3e Mon Sep 17 00:00:00 2001 From: Bartosz Spyrko-Smietanko Date: Tue, 24 Oct 2023 13:58:25 +0100 Subject: [PATCH] Remove dist-common module from dependencies included in standalone FP --- dist/common/pom.xml | 54 +++++++++++++++------------- dist/pom.xml | 1 + dist/standalone-galleon-pack/pom.xml | 12 +------ dist/wildfly-galleon-pack/pom.xml | 1 + 4 files changed, 32 insertions(+), 36 deletions(-) diff --git a/dist/common/pom.xml b/dist/common/pom.xml index 6fdcf4f5a..553a0f26d 100644 --- a/dist/common/pom.xml +++ b/dist/common/pom.xml @@ -7,7 +7,7 @@ 4.0.0 prospero-dist-common - jar + pom packages/org.jboss.prospero/content/bin/ @@ -39,10 +39,38 @@ + + org.apache.maven.plugins + maven-resources-plugin + + + copy-sources + compile + + copy-resources + + + + + ${project.basedir}/src/main/resources + + + ${project.build.outputDirectory} + + + + org.apache.maven.plugins maven-antrun-plugin + + copy-sources + compile + + run + + generate-sources compile @@ -60,30 +88,6 @@ - - org.apache.maven.plugins - maven-assembly-plugin - - - assemble - package - - single - - - - assembly.xml - - true - ${project.build.finalName} - false - ${project.build.directory} - ${project.build.directory}/assembly/work - posix - - - - diff --git a/dist/pom.xml b/dist/pom.xml index 09967aa32..9750537ce 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -30,6 +30,7 @@ org.wildfly.prospero prospero-dist-common + pom ${project.version} diff --git a/dist/standalone-galleon-pack/pom.xml b/dist/standalone-galleon-pack/pom.xml index 15d67dab1..7d8f4b664 100644 --- a/dist/standalone-galleon-pack/pom.xml +++ b/dist/standalone-galleon-pack/pom.xml @@ -65,6 +65,7 @@ org.wildfly.prospero prospero-dist-common + pom provided @@ -554,17 +555,6 @@ - - org.wildfly.galleon-plugins - wildfly-config-gen - - - * - * - - - - org.wildfly.galleon-plugins wildfly-galleon-plugins diff --git a/dist/wildfly-galleon-pack/pom.xml b/dist/wildfly-galleon-pack/pom.xml index 29fec7cf5..4e8ee75c8 100644 --- a/dist/wildfly-galleon-pack/pom.xml +++ b/dist/wildfly-galleon-pack/pom.xml @@ -70,6 +70,7 @@ org.wildfly.prospero prospero-dist-common + pom provided