[MRM-337] Configure the remote resources plugin to include license and notice files.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@537336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2007-05-12 05:12:59 +00:00
parent d2e2a7c336
commit 0146b9fc19
1 changed files with 17 additions and 0 deletions

17
pom.xml
View File

@ -123,6 +123,23 @@
<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>