]> 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 05:12:59 +0000 (05:12 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sat, 12 May 2007 05:12:59 +0000 (05:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537336 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 12e2ffceb8b0212f283a652a9dc6a77bf71e155a..b9bf1d3e578a754c73fb84ddaf5214305b28025f 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>