mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
15b9c6ddc2
commit
21ecd7d38d
|
@ -28,7 +28,7 @@
|
||||||
<artifactId>archiva-jetty-js</artifactId>
|
<artifactId>archiva-jetty-js</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<!-- This is filtered into the scripts, so should be set to Apache Archiva -->
|
<!-- This is filtered into the scripts, so should be set to Apache Archiva -->
|
||||||
<name>Apache Archiva JS</name>
|
<name>Apache Archiva</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
@ -218,7 +218,7 @@
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptor>src/main/assembly/bin.xml</descriptor>
|
<descriptor>src/main/assembly/bin.xml</descriptor>
|
||||||
<finalName>apache-archiva-js-${project.version}</finalName>
|
<finalName>apache-archiva-${project.version}</finalName>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue