You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/12/02 02:30:33 UTC

svn commit: r600225 - /geronimo/gshell/trunk/pom.xml

Author: jdillon
Date: Sat Dec  1 17:30:33 2007
New Revision: 600225

URL: http://svn.apache.org/viewvc?rev=600225&view=rev
Log:
(GSHELL-80) Enable the m-r-r-p

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=600225&r1=600224&r2=600225&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Sat Dec  1 17:30:33 2007
@@ -211,6 +211,15 @@
                 
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-remote-resources-plugin</artifactId>
+                    <!--
+                    <version>1.0-alpha-6</version>
+                    -->
+                    <version>1.0-beta-1-SNAPSHOT</version>
+                </plugin>
+                
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>2.0.2</version>
                 </plugin>
@@ -359,15 +368,18 @@
             </plugin>
             
             <plugin>
-                <groupId>org.apache.geronimo.genesis.plugins</groupId>
-                <artifactId>tools-maven-plugin</artifactId>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-remote-resources-plugin</artifactId>
                 <executions>
                     <execution>
-                        <id>install-legal-files</id>
-                        <phase>generate-resources</phase>
                         <goals>
-                            <goal>copy-legal-files</goal>
+                            <goal>process</goal>
                         </goals>
+                        <configuration>
+                            <resourceBundles>
+                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+                            </resourceBundles>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>