You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/05/07 00:18:31 UTC

svn commit: r1479704 - in /incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests: jspwiki-it-vanilla/pom.xml jspwiki-selenium-tests/pom.xml pom.xml

Author: juanpablo
Date: Mon May  6 22:18:30 2013
New Revision: 1479704

URL: http://svn.apache.org/r1479704
Log:
pom.xml: corrected groupId
jspwiki-selenium-tests/pom.xml: fixed unclosed tag relativePath
jspwiki-it-vanilla/pom.xml: enforce english locale for IT tests

Modified:
    incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml
    incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml
    incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml

Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml?rev=1479704&r1=1479703&r2=1479704&view=diff
==============================================================================
--- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml (original)
+++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml Mon May  6 22:18:30 2013
@@ -70,6 +70,9 @@
             <phase>pre-integration-test</phase>
             <configuration>
               <fork>true</fork>
+              <systemProperties>
+                <user.language>en</user.language>
+              </systemProperties>
             </configuration>
           </execution>
           <execution>

Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml?rev=1479704&r1=1479703&r2=1479704&view=diff
==============================================================================
--- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml (original)
+++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml Mon May  6 22:18:30 2013
@@ -25,7 +25,7 @@
     <groupId>org.apache.jspwiki</groupId>
     <artifactId>jspwiki-builder</artifactId>
     <version>2.9.1-SNAPSHOT</version>
-    <relativePath>../../pom.xml<relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   
   <groupId>org.apache.incubator.jspwiki.it</groupId>

Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml?rev=1479704&r1=1479703&r2=1479704&view=diff
==============================================================================
--- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml (original)
+++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml Mon May  6 22:18:30 2013
@@ -27,7 +27,7 @@
     <version>2.9.1-SNAPSHOT</version>
   </parent>
   
-  <groupId>org.apache.incubator.jspwiki.it</groupId>
+  <groupId>org.apache.jspwiki.it</groupId>
   <artifactId>jspwiki-it-builder</artifactId>
   <modelVersion>4.0.0</modelVersion>
   <name>jspwiki-it-builder</name>