From 7c2e09f7b2c6d926c46606dab3c1b3f2b535bebf Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Wed, 11 Jul 2012 00:11:10 +0900 Subject: [PATCH] Ensure tarball pom is updated during release:prepare --- pom.xml | 11 +--- tarball/pom.xml | 168 ++++++++++++++++++++++++++---------------------- 2 files changed, 91 insertions(+), 88 deletions(-) diff --git a/pom.xml b/pom.xml index b60f8bdbe5..5fbb7a2148 100644 --- a/pom.xml +++ b/pom.xml @@ -81,18 +81,9 @@ example testsuite all + tarball - - - - full - - tarball - - - - diff --git a/tarball/pom.xml b/tarball/pom.xml index 61cbe62fdf..a237d2a7b9 100644 --- a/tarball/pom.xml +++ b/tarball/pom.xml @@ -20,7 +20,7 @@ io.netty netty-parent - 4.0.0.Alpha1-SNAPSHOT + 4.0.0.Alpha2-SNAPSHOT netty-tarball @@ -62,83 +62,6 @@ - - maven-dependency-plugin - 2.4 - - - copy-jars - generate-resources - - copy-dependencies - - - ${project.build.directory}/jars - ${project.groupId} - netty - - - - copy-sources - generate-resources - - copy-dependencies - - - sources - ${project.build.directory}/jars - ${project.groupId} - netty - - - - copy-jars-all-in-one - generate-resources - - copy-dependencies - - - ${project.build.directory}/jars-all - ${project.groupId} - netty - - - - copy-sources-all-in-one - generate-resources - - copy-dependencies - - - sources - ${project.build.directory}/jars-all - ${project.groupId} - netty - - - - - - maven-assembly-plugin - 2.3 - - - build-tarball - package - - single - - - netty-${project.version} - false - false - - ${project.basedir}/assembly.xml - - - - - @@ -171,5 +94,94 @@ + + + + full + + + + maven-dependency-plugin + 2.4 + + + copy-jars + prepare-package + + copy-dependencies + + + ${project.build.directory}/jars + ${project.groupId} + netty + + + + copy-sources + prepare-package + + copy-dependencies + + + sources + ${project.build.directory}/jars + ${project.groupId} + netty + + + + copy-jars-all-in-one + prepare-package + + copy-dependencies + + + ${project.build.directory}/jars-all + ${project.groupId} + netty + + + + copy-sources-all-in-one + prepare-package + + copy-dependencies + + + sources + ${project.build.directory}/jars-all + ${project.groupId} + netty + + + + + + maven-assembly-plugin + 2.3 + + + build-tarball + package + + single + + + netty-${project.version} + false + false + + ${project.basedir}/assembly.xml + + + + + + + + + + +