aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-jetty-js
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2012-03-22 04:50:57 +0000
committerBrett Porter <brett@apache.org>2012-03-22 04:50:57 +0000
commit21ecd7d38d5d658714787a66f38254b2d8e236a9 (patch)
tree457be9e94b091dd2bb1e18eceb34723162c667ec /archiva-jetty-js
parent15b9c6ddc2b30af2814a8fdc5d426f8a8561cb97 (diff)
downloadarchiva-21ecd7d38d5d658714787a66f38254b2d8e236a9.tar.gz
archiva-21ecd7d38d5d658714787a66f38254b2d8e236a9.zip
JS app doesn't need a different directory
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1303656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-jetty-js')
-rw-r--r--archiva-jetty-js/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-jetty-js/pom.xml b/archiva-jetty-js/pom.xml
index 8d7fcbed1..9d3ecadcf 100644
--- a/archiva-jetty-js/pom.xml
+++ b/archiva-jetty-js/pom.xml
@@ -28,7 +28,7 @@
<artifactId>archiva-jetty-js</artifactId>
<packaging>pom</packaging>
<!-- This is filtered into the scripts, so should be set to Apache Archiva -->
- <name>Apache Archiva JS</name>
+ <name>Apache Archiva</name>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -218,7 +218,7 @@
</executions>
<configuration>
<descriptor>src/main/assembly/bin.xml</descriptor>
- <finalName>apache-archiva-js-${project.version}</finalName>
+ <finalName>apache-archiva-${project.version}</finalName>
</configuration>
</plugin>
<plugin>