]> source.dussan.org Git - archiva.git/commitdiff
rename archiva-webapp-test-js module too
authorOlivier Lamy <olamy@apache.org>
Thu, 27 Dec 2012 15:00:04 +0000 (15:00 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 27 Dec 2012 15:00:04 +0000 (15:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426217 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test/pom.xml
archiva-modules/archiva-web/pom.xml
pom.xml

index 30deb637a3d5faf21f2c54efdeb1f9402989ff59..46449c99726e246ae1802639f7a78891196e020e 100644 (file)
@@ -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>
 
index 3dff270578a82b49906ec735577b258363223d33..0674be4b3f95256c856c3584b042a0e9a0da83da 100644 (file)
@@ -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 a1fde5ed3728c8ce36904734de2df5270308efdd..639633cff6f5be81e70192dfa524e2dc05422626 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <!-- 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>