diff options
author | Maria Odea B. Ching <oching@apache.org> | 2008-07-03 11:39:27 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2008-07-03 11:39:27 +0000 |
commit | dee53b0c559840ff73a212a2972bd313fbc162b8 (patch) | |
tree | 03f2ae1cfbd24b23cd9bc22bee6097ec08b2f6b7 /archiva-jetty/pom.xml | |
parent | 42cad94ba8e7999a29d64a3816b3f6b20732b55e (diff) | |
download | archiva-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.xml | 8 |
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> |