[seam-commits] Seam SVN: r10889 - modules/trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 11 22:46:47 EDT 2009


Author: dan.j.allen
Date: 2009-05-11 22:46:46 -0400 (Mon, 11 May 2009)
New Revision: 10889

Modified:
   modules/trunk/pom-module-template.xml
Log:
reorg


Modified: modules/trunk/pom-module-template.xml
===================================================================
--- modules/trunk/pom-module-template.xml	2009-05-12 02:46:28 UTC (rev 10888)
+++ modules/trunk/pom-module-template.xml	2009-05-12 02:46:46 UTC (rev 10889)
@@ -13,23 +13,8 @@
    <packaging>jar</packaging>
    <version>3.0.0-SNAPSHOT</version>
    <name>Seam %MODULE_NAME% Module</name>
+   <description>%MODULE_DESCRIPTION%</description>
 
-   <build>
-      <plugins>
-
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <suiteXmlFiles>
-                  <suiteXmlFile>src/test/resources/test-suite.xml</suiteXmlFile>
-               </suiteXmlFiles>
-            </configuration>
-         </plugin>
-
-      </plugins>
-   </build>
-
    <dependencies>
 
       <dependency>
@@ -47,4 +32,20 @@
 
    </dependencies>
 
+   <build>
+      <plugins>
+
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <suiteXmlFiles>
+                  <suiteXmlFile>src/test/resources/unit-test-suite.xml</suiteXmlFile>
+               </suiteXmlFiles>
+            </configuration>
+         </plugin>
+
+      </plugins>
+   </build>
+
 </project>




More information about the seam-commits mailing list