Maybe the upgrade of maven-assembly-plugin from 2.2 to 2.4 is the reason for this failing CI server?
The Apache Jenkins build system has built Camel.trunk.notest (build #1753) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/1753/ to view the results. Best, Christian On Sun, Jan 6, 2013 at 10:08 AM, <davscl...@apache.org> wrote: > Author: davsclaus > Date: Sun Jan 6 09:08:58 2013 > New Revision: 1429481 > > URL: http://svn.apache.org/viewvc?rev=1429481&view=rev > Log: > CAMEL-5934: Use version properties for maven plugin in our pom.xml. > Upgrade to newer releases. > > Modified: > camel/trunk/parent/pom.xml > > Modified: camel/trunk/parent/pom.xml > URL: > http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1429481&r1=1429480&r2=1429481&view=diff > > ============================================================================== > --- camel/trunk/parent/pom.xml (original) > +++ camel/trunk/parent/pom.xml Sun Jan 6 09:08:58 2013 > @@ -157,9 +157,9 @@ > > > <hibernate-validator-bundle-version>4.1.0.Final_3</hibernate-validator-bundle-version> > <hibernate-version>4.1.9.Final</hibernate-version> > <httpunit-version>1.7</httpunit-version> > - <httpcore4-version>4.2.2</httpcore4-version> <!-- FIXME cmueller: > rename to httpcore4-version --> > - <httpclient4-version>4.2.2</httpclient4-version> <!-- FIXME cmueller: > rename to commons-httpclient4-version --> > - <httpclient-version>3.1</httpclient-version> <!-- FIXME cmueller: > rename to commons-httpclient-version --> > + <httpcore4-version>4.2.2</httpcore4-version> > + <httpclient4-version>4.2.2</httpclient4-version> > + <httpclient-version>3.1</httpclient-version> > <ibatis-bundle-version>2.3.4.726_4</ibatis-bundle-version> > <ibatis-version>2.3.4.726</ibatis-version> > <irclib-bundle-version>1.10_5</irclib-bundle-version> > @@ -228,13 +228,30 @@ > <lucene-version>3.6.1</lucene-version> > <lightcouch-version>0.0.4</lightcouch-version> > <!-- needed from tooling/archetypes --> > - <maven-bundle-version>2.3.7</maven-bundle-version> > - <maven-compiler-plugin-version>2.5.1</maven-compiler-plugin-version> > + <maven-archetype-plugin-version>2.0</maven-archetype-plugin-version> > + <maven-assembly-plugin-version>2.4</maven-assembly-plugin-version> > + > <maven-bundle-version>${maven-bundle-plugin-version}</maven-bundle-version> > + <maven-bundle-plugin-version>2.3.7</maven-bundle-plugin-version> > + > <maven-checkstyle-plugin-version>2.9.1</maven-checkstyle-plugin-version> > + <maven-clean-plugin-version>2.5</maven-clean-plugin-version> > + <maven-compiler-plugin-version>3.0</maven-compiler-plugin-version> > + <maven-dependency-plugin-version>2.6</maven-dependency-plugin-version> > <maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version> > + <maven-failsafe-plugin-version>2.13</maven-failsafe-plugin-version> > + <maven-install-plugin-version>2.4</maven-install-plugin-version> > + <maven-jar-plugin-version>2.4</maven-jar-plugin-version> > + <maven-javadoc-plugin-version>2.9</maven-javadoc-plugin-version> > <maven-plugin-plugin-version>3.2</maven-plugin-plugin-version> > - <maven-resources-plugin-version>2.4.3</maven-resources-plugin-version> > + <maven-release-plugin-version>2.2.1</maven-release-plugin-version> > + > > <maven-remote-resources-plugin-version>1.4</maven-remote-resources-plugin-version> > + <maven-resources-plugin-version>2.6</maven-resources-plugin-version> > <maven-reporting-api-version>2.2.1</maven-reporting-api-version> > <maven-reporting-impl-version>2.0.5</maven-reporting-impl-version> > + <maven-shade-plugin-version>2.0</maven-shade-plugin-version> > + <maven-source-plugin-version>2.2.1</maven-source-plugin-version> > + <maven-surefire-plugin-version>2.13</maven-surefire-plugin-version> > + > > <maven-surefire-report-plugin-version>2.13</maven-surefire-report-plugin-version> > + <maven-war-plugin-version>2.3</maven-war-plugin-version> > <maven-version>2.0</maven-version> > <mina-bundle-version>1.1.7_6</mina-bundle-version> > <mina-version>1.1.7</mina-version> > @@ -1984,17 +2001,17 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-archetype-plugin</artifactId> > - <version>2.0</version> > + <version>${maven-archetype-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-assembly-plugin</artifactId> > - <version>2.2</version> > + <version>${maven-assembly-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > - <version>2.6</version> > + <version>${maven-checkstyle-plugin-version}</version> > <dependencies> > <dependency> > <groupId>com.puppycrawl.tools</groupId> > @@ -2036,7 +2053,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-clean-plugin</artifactId> > - <version>2.5</version> > + <version>${maven-clean-plugin-version}</version> > <configuration> > <filesets> > <fileset> > @@ -2050,7 +2067,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-compiler-plugin</artifactId> > - <version>2.5.1</version> > + <version>${maven-compiler-plugin-version}</version> > <configuration> > <source>1.6</source> > <target>1.6</target> > @@ -2061,7 +2078,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-dependency-plugin</artifactId> > - <version>2.4</version> > + <version>${maven-dependency-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -2086,22 +2103,22 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-failsafe-plugin</artifactId> > - <version>2.8.1</version> > + <version>${maven-failsafe-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-install-plugin</artifactId> > - <version>2.3.1</version> > + <version>${maven-install-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jar-plugin</artifactId> > - <version>2.3.1</version> > + <version>${maven-jar-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-javadoc-plugin</artifactId> > - <version>2.7</version> > + <version>${maven-javadoc-plugin-version}</version> > <configuration> > <attach>true</attach> > <source>1.6</source> > @@ -2115,13 +2132,13 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-plugin-plugin</artifactId> > - <version>2.6</version> > + <version>${maven-plugin-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-release-plugin</artifactId> > <!-- beware the ActiveMQ team had issues with the 2.3.2 release > plugin (2.2.1 works fine) --> > - <version>2.2.1</version> > + <version>${maven-release-plugin-version}</version> > <configuration> > <tagBase>https://svn.apache.org/repos/asf/camel/tags > </tagBase> > <useReleaseProfile>false</useReleaseProfile> > @@ -2134,7 +2151,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-remote-resources-plugin</artifactId> > - <version>1.3</version> > + <version>${maven-remote-resources-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > @@ -2147,12 +2164,12 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-shade-plugin</artifactId> > - <version>1.6</version> > + <version>${maven-shade-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-source-plugin</artifactId> > - <version>2.1.2</version> > + <version>${maven-source-plugin-version}</version> > <configuration> > <archive> > <manifestEntries> > @@ -2166,7 +2183,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-war-plugin</artifactId> > - <version>2.2</version> > + <version>${maven-war-plugin-version}</version> > <configuration> > <webResources> > <!-- HACK: Include legal files explicitly, otherwise they > will > @@ -2186,7 +2203,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > - <version>2.5</version> > + <version>${maven-surefire-report-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.rat</groupId> > @@ -2316,7 +2333,7 @@ > <plugin> > <groupId>org.apache.felix</groupId> > <artifactId>maven-bundle-plugin</artifactId> > - <version>2.3.7</version> > + <version>${maven-bundle-plugin-version}</version> > <extensions>true</extensions> > <configuration> > > <excludeDependencies>${camel.osgi.exclude.dependencies}</excludeDependencies> > @@ -2353,7 +2370,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > - <version>2.8</version> > + <version>${maven-surefire-plugin-version}</version> > <configuration> > <!--forkMode>pertest</forkMode --> > > <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds> > @@ -2440,12 +2457,12 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > - <version>2.6</version> > + <version>${maven-checkstyle-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-report-plugin</artifactId> > - <version>2.5</version> > + <version>${maven-surefire-report-plugin-version}</version> > </plugin> > <plugin> > <groupId>org.codehaus.mojo</groupId> > @@ -2455,7 +2472,7 @@ > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-javadoc-plugin</artifactId> > - <version>2.7</version> > + <version>${maven-javadoc-plugin-version}</version> > <configuration> > <links> > <link>http://download.oracle.com/javase/6/docs/api/</link> > @@ -2473,7 +2490,7 @@ > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>findbugs-maven-plugin</artifactId> > - <version>2.3.1</version> > + <version>2.5.2</version> > </plugin> > </plugins> > </reporting> > @@ -2573,11 +2590,4 @@ > </profile> > </profiles> > > - <repositories> > - <repository> > - <id>repository.springframework.maven.milestone</id> > - <name>Spring Framework Maven Milestone Repository</name> > - <url>http://maven.springframework.org/milestone</url> > - </repository> > - </repositories> > </project> > > > --