You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/28 20:58:01 UTC

svn commit: r480181 - /maven/resources/trunk/pom.xml

Author: jvanzyl
Date: Tue Nov 28 11:58:00 2006
New Revision: 480181

URL: http://svn.apache.org/viewvc?view=rev&rev=480181
Log:
o create the resource manifest inside each resource bundle

Modified:
    maven/resources/trunk/pom.xml

Modified: maven/resources/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?view=diff&rev=480181&r1=480180&r2=480181
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Tue Nov 28 11:58:00 2006
@@ -16,4 +16,19 @@
     <module>apache-jar-resource-bundle</module>
     <module>apache-license-header-resource-bundle</module>
   </modules>
+  <build>
+    <plugins>
+      <!-- Turn this into a lifecycle -->
+      <plugin>      
+        <artifactId>maven-remote-resources-plugin</artifactId>        
+        <executions>
+          <execution>
+            <goals>
+              <goal>bundle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>