]> source.dussan.org Git - archiva.git/commitdiff
[MRM-337] Configure the remote resources plugin to include license and notice files.
authorWendy Smoak <wsmoak@apache.org>
Sat, 12 May 2007 02:36:16 +0000 (02:36 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sat, 12 May 2007 02:36:16 +0000 (02:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-0.9@537326 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index c832d8f0e63df38b7a4f868d8dcceba0041d917c..8e2c441ef1bcf9e9a359fb5c949ca5726370497a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.2</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-5</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>