aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--README.txt4
-rw-r--r--archiva-docs/src/site/apt/adminguide/customising-security.apt2
-rw-r--r--archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt2
-rw-r--r--archiva-jetty/pom.xml2
-rw-r--r--archiva-jetty/src/main/assembly/bin.xml2
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml4
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/pom.xml2
-rw-r--r--pom.xml2
9 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 7de059f6f..7f0316658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,7 @@ archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/lib/
archiva-modules/archiva-web/archiva-webapp-test/cargo-installs/
-archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/classes/
+archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/classes/
*.ipr
*.iws
diff --git a/README.txt b/README.txt
index aca5e0022..220bcb58d 100644
--- a/README.txt
+++ b/README.txt
@@ -10,9 +10,9 @@ Running from Source Code
========================
As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile
-mvn tomcat7:run -pl :archiva-webapp-js -am (to save fingers :-) use sh ./t7.sh )
+mvn tomcat7:run -pl :archiva-webapp -am (to save fingers :-) use sh ./t7.sh )
or
-mvn tomcat6:run -pl :archiva-webapp-js -am
+mvn tomcat6:run -pl :archiva-webapp -am
hit your browser: http://localhost:9091/archiva/index.html
diff --git a/archiva-docs/src/site/apt/adminguide/customising-security.apt b/archiva-docs/src/site/apt/adminguide/customising-security.apt
index 8ef592736..ec3846069 100644
--- a/archiva-docs/src/site/apt/adminguide/customising-security.apt
+++ b/archiva-docs/src/site/apt/adminguide/customising-security.apt
@@ -74,7 +74,7 @@ security.policy.password.rule.nowhitespace.enabled=true
Values from sources
-%{snippet|id=configuration-files-list|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml}
+%{snippet|id=configuration-files-list|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml}
diff --git a/archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt b/archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt
index 176e2bc64..fee2bce51 100644
--- a/archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt
+++ b/archiva-docs/src/site/apt/adminguide/repositories-content-storage.apt
@@ -40,4 +40,4 @@ Repositories Content Storage
If you want to change this default location, you must edit the file WEB-INF/applicationContext.xml, uncomment/edit lines and change with your values:
-%{snippet|id=jcr-location|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml} \ No newline at end of file
+%{snippet|id=jcr-location|ignoreDownloadError=true|url=http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml} \ No newline at end of file
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index 71daa7815..e098c51f7 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
- <artifactId>archiva-webapp-js</artifactId>
+ <artifactId>archiva-webapp</artifactId>
<type>war</type>
</dependency>
<!-- Runtime dependencies that need to be included in the generated binaries -->
diff --git a/archiva-jetty/src/main/assembly/bin.xml b/archiva-jetty/src/main/assembly/bin.xml
index d3d93a4ba..23fe710f2 100644
--- a/archiva-jetty/src/main/assembly/bin.xml
+++ b/archiva-jetty/src/main/assembly/bin.xml
@@ -114,7 +114,7 @@
<unpack>true</unpack>
<outputDirectory>apps/archiva</outputDirectory>
<includes>
- <include>org.apache.archiva:archiva-webapp-js</include>
+ <include>org.apache.archiva:archiva-webapp</include>
</includes>
<fileMode>0755</fileMode>
<directoryMode>0755</directoryMode>
diff --git a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
index 8907c32cb..30deb637a 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test-js/pom.xml
@@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
- <artifactId>archiva-webapp-js</artifactId>
+ <artifactId>archiva-webapp</artifactId>
<type>war</type>
</dependency>
<dependency>
@@ -271,7 +271,7 @@
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
- <artifactId>archiva-webapp-js</artifactId>
+ <artifactId>archiva-webapp</artifactId>
<version>${project.version}</version>
<type>war</type>
</artifactItem>
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index 59c622256..733d6a7b7 100644
--- a/archiva-modules/archiva-web/archiva-webapp/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml
@@ -24,7 +24,7 @@
<artifactId>archiva-web</artifactId>
<version>1.4-M4-SNAPSHOT</version>
</parent>
- <artifactId>archiva-webapp-js</artifactId>
+ <artifactId>archiva-webapp</artifactId>
<packaging>war</packaging>
<name>Archiva Web :: Javascript Application</name>
diff --git a/pom.xml b/pom.xml
index ee0333c5e..a1fde5ed3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
- <artifactId>archiva-webapp-js</artifactId>
+ <artifactId>archiva-webapp</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>