You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/06/20 19:57:11 UTC

svn commit: r670011 - in /geronimo/server/trunk/testsuite/commands-testsuite: deploy/pom.xml gshell/pom.xml jaxws/pom.xml

Author: gawor
Date: Fri Jun 20 10:57:11 2008
New Revision: 670011

URL: http://svn.apache.org/viewvc?rev=670011&view=rev
Log:
let's make artifactId match the directory name. causes less problems with test reporting

Modified:
    geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml
    geronimo/server/trunk/testsuite/commands-testsuite/gshell/pom.xml
    geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml

Modified: geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml?rev=670011&r1=670010&r2=670011&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml (original)
+++ geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml Fri Jun 20 10:57:11 2008
@@ -25,7 +25,7 @@
         <version>2.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>deployer-testsuite</artifactId>
+    <artifactId>deploy</artifactId>
     <name>Geronimo TestSuite :: Commands Testsuite :: Deployer</name>
 
     <description>

Modified: geronimo/server/trunk/testsuite/commands-testsuite/gshell/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/commands-testsuite/gshell/pom.xml?rev=670011&r1=670010&r2=670011&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/commands-testsuite/gshell/pom.xml (original)
+++ geronimo/server/trunk/testsuite/commands-testsuite/gshell/pom.xml Fri Jun 20 10:57:11 2008
@@ -26,7 +26,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>gshell-testsuite</artifactId>
+    <artifactId>gshell</artifactId>
     <name>Geronimo TestSuite :: Commands Testsuite :: GShell</name>
 
     <description>

Modified: geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml?rev=670011&r1=670010&r2=670011&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml (original)
+++ geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml Fri Jun 20 10:57:11 2008
@@ -25,7 +25,7 @@
         <version>2.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>jaxws-testsuite</artifactId>
+    <artifactId>jaxws</artifactId>
     <name>Geronimo TestSuite :: Commands Testsuite :: JAXWS Tools</name>
 
     <description>