Maybe you should do this in a branch. It seems it will take you some time until you are ready with the new release procedure.
With this commit I think the currently used release.sh scripts wont be able to create the .tar.gz and .zip for Apache downloads (http://archive.apache.org/dist/wicket/). I suggest to drop the old release scripts once we have the new one stabilized, i.e. after few releases. On Wed, May 23, 2012 at 5:21 PM, <[email protected]> wrote: > Updated Branches: > refs/heads/master 02224b730 -> dea0cf85c > > > Assembly plugin completely disabled > > > Project: http://git-wip-us.apache.org/repos/asf/wicket/repo > Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dea0cf85 > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dea0cf85 > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/dea0cf85 > > Branch: refs/heads/master > Commit: dea0cf85cb3d5444b62c8614e4f4488e100d7aa3 > Parents: 02224b7 > Author: Martijn Dashorst <[email protected]> > Authored: Tue May 22 12:38:47 2012 +0200 > Committer: Martijn Dashorst <[email protected]> > Committed: Wed May 23 16:20:40 2012 +0200 > > ---------------------------------------------------------------------- > pom.xml | 19 ------------------- > 1 files changed, 0 insertions(+), 19 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/dea0cf85/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 5d21912..d442471 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -492,11 +492,6 @@ > </testResources> > <plugins> > <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-assembly-plugin</artifactId> > - <inherited>true</inherited> > - </plugin> > - <plugin> > > <artifactId>maven-remote-resources-plugin</artifactId> > <inherited>true</inherited> > </plugin> > @@ -575,20 +570,6 @@ > </configuration> > </plugin> > <plugin> > - > <groupId>org.apache.maven.plugins</groupId> > - > <artifactId>maven-assembly-plugin</artifactId> > - <version>2.3</version> > - <configuration> > - > <appendAssemblyId>false</appendAssemblyId> > - > <tarLongFileMode>gnu</tarLongFileMode> > - > <outputDirectory>target/dist</outputDirectory> > - <descriptors> > - > <descriptor>wicket-assembly-all.xml</descriptor> > - </descriptors> > - > <finalName>apache-wicket-6.0-SNAPSHOT</finalName> > - </configuration> > - </plugin> > - <plugin> > <inherited>true</inherited> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-compiler-plugin</artifactId> > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com
