You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2006/12/15 21:07:42 UTC

svn commit: r487641 - /geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml

Author: prasad
Date: Fri Dec 15 12:07:41 2006
New Revision: 487641

URL: http://svn.apache.org/viewvc?view=rev&rev=487641
Log:
use ${groupId}

Modified:
    geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml

Modified: geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml?view=diff&rev=487641&r1=487640&r2=487641
==============================================================================
--- geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml (original)
+++ geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml Fri Dec 15 12:07:41 2006
@@ -110,6 +110,7 @@
                 </configuration>
             </plugin>
 
+            <!-- "ear" packaging doesn't compile test classes -->
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <executions>
@@ -121,6 +122,7 @@
                 </executions>
             </plugin>
 
+            <!-- "ear" packaging doesn't process test resources -->
             <plugin>
                 <artifactId>maven-resources-plugin</artifactId>
                 <executions>
@@ -159,7 +161,7 @@
                             <goal>undeploy-module</goal>
                         </goals>
                         <configuration>
-                            <moduleId>org.apache.geronimo.testsuite/jpa-ear/${version}/ear</moduleId>
+                            <moduleId>${groupId}/${artifactId}/${version}/ear</moduleId>
                         </configuration>
                     </execution>
                 </executions>