I'd prefer if we could keep the section about maven-remote-resources-plugin that is under pluginManagement. That way we can ensure that those components that decide to use it, all use the same version.
[EMAIL PROTECTED] wrote: > Author: niallp > Date: Thu Jan 3 05:00:26 2008 > New Revision: 608470 > > URL: http://svn.apache.org/viewvc?rev=608470&view=rev > Log: > COMMONSSITE-21 - remove remote resources plugin > > Modified: > commons/proper/commons-parent/trunk/pom.xml > > Modified: commons/proper/commons-parent/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=608470&r1=608469&r2=608470&view=diff > ============================================================================== > --- commons/proper/commons-parent/trunk/pom.xml (original) > +++ commons/proper/commons-parent/trunk/pom.xml Thu Jan 3 05:00:26 2008 > @@ -136,11 +136,6 @@ > </plugin> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-remote-resources-plugin</artifactId> > - <version>1.0-alpha-6</version> > - </plugin> > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-source-plugin</artifactId> > <version>2.0.4</version> > </plugin> > @@ -322,23 +317,6 @@ > </execution> > </executions> > </plugin> > - <!-- We want to package license resources into the JARs --> > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-remote-resources-plugin</artifactId> > - <executions> > - <execution> > - <goals> > - <goal>process</goal> > - </goals> > - <configuration> > - <resourceBundles> > - > <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle> > - </resourceBundles> > - </configuration> > - </execution> > - </executions> > - </plugin> > </plugins> > </build> > </profile> > @@ -403,23 +381,6 @@ > </goals> > <configuration> > <source>${maven.compile.source}</source> > - </configuration> > - </execution> > - </executions> > - </plugin> > - <!-- We want to package license resources into the JARs --> > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-remote-resources-plugin</artifactId> > - <executions> > - <execution> > - <goals> > - <goal>process</goal> > - </goals> > - <configuration> > - <resourceBundles> > - > <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle> > - </resourceBundles> > </configuration> > </execution> > </executions> > > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]