On 3/29/11 6:30 PM, sebb wrote: > On 30 March 2011 01:13, <pste...@apache.org> wrote: >> Author: psteitz >> Date: Wed Mar 30 00:13:51 2011 >> New Revision: 1086810 >> >> URL: http://svn.apache.org/viewvc?rev=1086810&view=rev >> Log: >> Upgraded parent pom, downgraded assembly plugin to working version. > What is the exact problem? I'm happy to raise a bug and create test > cases etc., but I don't know what the issue is.
Per Niall's comments during the vote on parent 19 or 20, with the later version of the assembly plugin in the current Commons parent mvn -Prc -DcreateChecksum=true install does not create, sign and install the tars/zips to the local repo. Phil > >> Modified: >> commons/proper/pool/branches/POOL_1_X/pom.xml >> >> Modified: commons/proper/pool/branches/POOL_1_X/pom.xml >> URL: >> http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pom.xml?rev=1086810&r1=1086809&r2=1086810&view=diff >> ============================================================================== >> --- commons/proper/pool/branches/POOL_1_X/pom.xml (original) >> +++ commons/proper/pool/branches/POOL_1_X/pom.xml Wed Mar 30 00:13:51 2011 >> @@ -22,7 +22,7 @@ >> <parent> >> <groupId>org.apache.commons</groupId> >> <artifactId>commons-parent</artifactId> >> - <version>17</version> >> + <version>20</version> >> </parent> >> <modelVersion>4.0.0</modelVersion> >> <groupId>commons-pool</groupId> >> @@ -148,6 +148,10 @@ >> <artifactId>maven-source-plugin</artifactId> >> <version>2.1</version> >> </plugin> >> + <plugin> >> + <artifactId>maven-assembly-plugin</artifactId> >> + <version>2.2-beta-5</version> >> + </plugin> >> </plugins> >> </pluginManagement> >> <sourceDirectory>src/java</sourceDirectory> >> >> >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org