aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-07-03 11:39:27 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-07-03 11:39:27 +0000
commitdee53b0c559840ff73a212a2972bd313fbc162b8 (patch)
tree03f2ae1cfbd24b23cd9bc22bee6097ec08b2f6b7 /archiva-jetty/pom.xml
parent42cad94ba8e7999a29d64a3816b3f6b20732b55e (diff)
downloadarchiva-dee53b0c559840ff73a212a2972bd313fbc162b8.tar.gz
archiva-dee53b0c559840ff73a212a2972bd313fbc162b8.zip
[MRM-767]
-added supplement model for unnamed/unknown jars included in the jetty-bundle git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@673655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r--archiva-jetty/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index 68f2d91e8..f7fcece19 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -266,6 +266,14 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <configuration>
+ <supplementalModels>
+ <supplementalModel>notice-supplements.xml</supplementalModel>
+ </supplementalModels>
+ </configuration>
+ </plugin>
</plugins>
</build>
<pluginRepositories>