Could you build with -X so we can see what plugin version is being used? Version 2.1 is the only one working for me.
On Mon, Mar 9, 2009 at 10:01 AM, Claus Ibsen <[email protected]> wrote: > On Mon, Mar 9, 2009 at 1:29 PM, Jon Anstey <[email protected]> wrote: > > Just an FYI why I'm making these assembly plugin changes. There is some > > really weird stuff going on in Hudson. Some builds use > maven-assembly-plugin > > version 2.1 (which is what we define in our poms) and others use version > > 2.2-beta-2 (even though 2.1 is used in the pom)... seems kinda random... > > > > 2.1 used > > > http://hudson.zones.apache.org/hudson/job/Camel/52/org.apache.camel$apache-camel/executedMojos > > 2.2-beta-2 used > > > http://hudson.zones.apache.org/hudson/job/Camel/53/org.apache.camel$apache-camel/executedMojos > > > > Not sure if this is a hudson bug or a maven bug. I know I can't reproduce > it > > on my machine so its kinda hard to track down :) Anyone hitting similar > > issues on their local machine? > Yeah I cannot assemble the build at the end. It fails with eg > something with copyright in the common-bin, or is it unix-src file. > > > > > > On Mon, Mar 9, 2009 at 9:53 AM, <[email protected]> wrote: > > > >> Author: janstey > >> Date: Mon Mar 9 12:23:39 2009 > >> New Revision: 751659 > >> > >> URL: http://svn.apache.org/viewvc?rev=751659&view=rev > >> Log: > >> Put assembly plugin version into parent pom > >> > >> Modified: > >> camel/trunk/apache-camel/pom.xml > >> camel/trunk/pom.xml > >> > >> Modified: camel/trunk/apache-camel/pom.xml > >> URL: > >> > http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=751659&r1=751658&r2=751659&view=diff > >> > >> > ============================================================================== > >> --- camel/trunk/apache-camel/pom.xml (original) > >> +++ camel/trunk/apache-camel/pom.xml Mon Mar 9 12:23:39 2009 > >> @@ -417,7 +417,6 @@ > >> <plugin> > >> <groupId>org.apache.maven.plugins</groupId> > >> <artifactId>maven-assembly-plugin</artifactId> > >> - <version>2.1</version> > >> <executions> > >> <execution> > >> <id>unix-bin</id> > >> @@ -589,7 +588,6 @@ > >> <plugin> > >> <groupId>org.apache.maven.plugins</groupId> > >> <artifactId>maven-assembly-plugin</artifactId> > >> - <version>2.1</version> > >> <executions> > >> <execution> > >> <id>unix-src</id> > >> > >> Modified: camel/trunk/pom.xml > >> URL: > >> > http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=751659&r1=751658&r2=751659&view=diff > >> > >> > ============================================================================== > >> --- camel/trunk/pom.xml (original) > >> +++ camel/trunk/pom.xml Mon Mar 9 12:23:39 2009 > >> @@ -977,6 +977,11 @@ > >> <pluginManagement> > >> <plugins> > >> <plugin> > >> + <groupId>org.apache.maven.plugins</groupId> > >> + <artifactId>maven-assembly-plugin</artifactId> > >> + <version>2.1</version> > >> + </plugin> > >> + <plugin> > >> <groupId>org.apache.cxf</groupId> > >> <artifactId>cxf-codegen-plugin</artifactId> > >> <version>${cxf-version}</version> > >> > >> > >> > > > > > > -- > > Cheers, > > Jon > > > > http://janstey.blogspot.com/ > > > > > > -- > Claus Ibsen > Apache Camel Committer > > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > -- Cheers, Jon http://janstey.blogspot.com/
