Niall Pemberton wrote: > On Jan 3, 2008 5:00 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: >> 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. > > Currrently all components have license and notice files so better to > wait IMO till we have components wanting to use it first. Given some > of the opinions expressed I would be surprised if any adopted it - or > if they did that there weren't objections.
Logging already uses it. The change that I propose does not mean that everyone will automatically start using it. That decision is still up to the developers of each component. But for those components that use, or decide to start using, maven-remote-resources-plugin, it will make their builds more consistent. > > Niall > >> [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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]