diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-26 19:57:20 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-26 19:57:20 +0000 |
commit | b224367c9e39ad99445016f10b055bf7b4e10e95 (patch) | |
tree | c3691fad5c3dcb506fc18c34de0ee0be948dcb85 /archiva-jetty-js/pom.xml | |
parent | 3e257226ee083b41bb2ac1fa743ee8b425f98a86 (diff) | |
download | archiva-b224367c9e39ad99445016f10b055bf7b4e10e95.tar.gz archiva-b224367c9e39ad99445016f10b055bf7b4e10e95.zip |
[MRM-1030] Change the web context for jetty deliverable to ROOT.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390702 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty-js/pom.xml')
-rw-r--r-- | archiva-jetty-js/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-jetty-js/pom.xml b/archiva-jetty-js/pom.xml index e20c723ca..3e1a6880f 100644 --- a/archiva-jetty-js/pom.xml +++ b/archiva-jetty-js/pom.xml @@ -246,6 +246,7 @@ <configuration> <excludes> <exclude>src/main/conf/**</exclude> + <exclude>src/main/contexts/**</exclude> </excludes> </configuration> </plugin> |