aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test/pom.xml2
-rw-r--r--archiva-modules/archiva-web/pom.xml1
-rw-r--r--pom.xml2
3 files changed, 2 insertions, 3 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
index 30deb637a..46449c997 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
@@ -25,7 +25,7 @@
<artifactId>archiva-web</artifactId>
<version>1.4-M4-SNAPSHOT</version>
</parent>
- <artifactId>archiva-webapp-test-js</artifactId>
+ <artifactId>archiva-webapp-test</artifactId>
<packaging>pom</packaging>
<name>Archiva Web :: Javascript Application Tests</name>
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml
index 3dff27057..0674be4b3 100644
--- a/archiva-modules/archiva-web/pom.xml
+++ b/archiva-modules/archiva-web/pom.xml
@@ -90,7 +90,6 @@
<configuration>
<excludes>
<!-- for when the profile is not activated -->
- <exclude>archiva-webapp-test-js/**</exclude>
<exclude>archiva-webapp-test/**</exclude>
</excludes>
</configuration>
diff --git a/pom.xml b/pom.xml
index a1fde5ed3..639633cff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1827,7 +1827,7 @@
<!-- profile to run javascript webapp and it tests -->
<id>it-js</id>
<modules>
- <module>archiva-modules/archiva-web/archiva-webapp-test-js</module>
+ <module>archiva-modules/archiva-web/archiva-webapp-test</module>
</modules>
</profile>