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? On Mon, Mar 9, 2009 at 9:53 AM, <jans...@apache.org> 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/