diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-18 08:37:15 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-18 08:37:15 +0000 |
commit | 378818ddfecfac7ccfdb5a90c338ab921bc5e577 (patch) | |
tree | 24add29633cc069661f56adf89646a5be9be49ce /archiva-jetty/pom.xml | |
parent | d556bb7f7672da66fd4cc549addf7f7ca8b8a43a (diff) | |
download | archiva-378818ddfecfac7ccfdb5a90c338ab921bc5e577.tar.gz archiva-378818ddfecfac7ccfdb5a90c338ab921bc5e577.zip |
docs not anymore included in webapp
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1387047 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty/pom.xml')
-rw-r--r-- | archiva-jetty/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 941f035ba..6cf732a6b 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -39,12 +39,6 @@ <artifactId>archiva-webapp</artifactId> <type>war</type> </dependency> - <dependency> - <groupId>org.apache.archiva</groupId> - <artifactId>archiva-docs</artifactId> - <type>zip</type> - <classifier>docs</classifier> - </dependency> <!-- Runtime dependencies that need to be included in the generated binaries --> <dependency> <groupId>org.eclipse.jetty</groupId> |