summaryrefslogtreecommitdiffstats
path: root/archiva-jetty-js
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-08-07 13:28:47 +0000
committerOlivier Lamy <olamy@apache.org>2012-08-07 13:28:47 +0000
commitf34dd7b83241750ab501bde9aa2563590438803d (patch)
tree1fa91fc112fdf015a8c25e074a809e7fdaa91b12 /archiva-jetty-js
parent0f89fd4db7465b43ba78f0e6c7acbeeefd60ad1d (diff)
downloadarchiva-f34dd7b83241750ab501bde9aa2563590438803d.tar.gz
archiva-f34dd7b83241750ab501bde9aa2563590438803d.zip
remove archiva-docs from the new ui distrib reduce size
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1370250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty-js')
-rw-r--r--archiva-jetty-js/pom.xml6
-rw-r--r--archiva-jetty-js/src/main/assembly/bin.xml6
2 files changed, 0 insertions, 12 deletions
diff --git a/archiva-jetty-js/pom.xml b/archiva-jetty-js/pom.xml
index 348f0f5bd..d319b8fd3 100644
--- a/archiva-jetty-js/pom.xml
+++ b/archiva-jetty-js/pom.xml
@@ -39,12 +39,6 @@
<artifactId>archiva-webapp-js</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>
diff --git a/archiva-jetty-js/src/main/assembly/bin.xml b/archiva-jetty-js/src/main/assembly/bin.xml
index bc995cad4..14c5c5942 100644
--- a/archiva-jetty-js/src/main/assembly/bin.xml
+++ b/archiva-jetty-js/src/main/assembly/bin.xml
@@ -112,12 +112,6 @@
<include>org.apache.archiva:archiva-webapp-js</include>
</includes>
</dependencySet>
- <dependencySet>
- <unpack>true</unpack>
- <includes>
- <include>org.apache.archiva:archiva-docs:zip:docs</include>
- </includes>
- </dependencySet>
</dependencySets>
</assembly>