Hi, Why not using the shade plugin instead of removal?
Cheers, Vincent 2008/2/22, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Author: olamy > Date: Fri Feb 22 14:25:07 2008 > New Revision: 630338 > > URL: http://svn.apache.org/viewvc?rev=630338&view=rev > Log: > upgrade to p-u 1.5 > remove duplicated classes from p-u > > > Removed: > maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/codehaus/ > Modified: > maven/plugins/trunk/maven-deploy-plugin/pom.xml > > Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=630338&r1=630337&r2=630338&view=diff > > ============================================================================== > --- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original) > +++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Fri Feb 22 14:25:07 2008 > @@ -30,7 +30,7 @@ > <version>2.4-SNAPSHOT</version> > <inceptionYear>2004</inceptionYear> > <prerequisites> > - <maven>2.0</maven> > + <maven>2.0.6</maven> > </prerequisites> > <issueManagement> > <system>JIRA</system> > @@ -68,6 +68,11 @@ > <groupId>org.apache.maven</groupId> > <artifactId>maven-artifact</artifactId> > <version>2.0.6</version> > + </dependency> > + <dependency> > + <groupId>org.codehaus.plexus</groupId> > + <artifactId>plexus-utils</artifactId> > + <version>1.5</version> > </dependency> > <dependency> > <groupId>org.apache.maven</groupId> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
