[embjopr-commits] EMBJOPR SVN: r100 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu Jan 8 06:46:27 EST 2009


Author: ozizka at redhat.com
Date: 2009-01-08 06:46:27 -0500 (Thu, 08 Jan 2009)
New Revision: 100

Modified:
   trunk/jsfunit/pom.xml
Log:
Preparing pom to split tests for AS 4 and AS 5 into ...jsfunit.as{4|5} packages
Making the pom a bit more readable (empty lines and comments added)

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-01-07 21:46:30 UTC (rev 99)
+++ trunk/jsfunit/pom.xml	2009-01-08 11:46:27 UTC (rev 100)
@@ -97,8 +97,11 @@
                <type>war</type>
             </dependency>
          </dependencies>
+
          <build>
             <plugins>
+
+               <!-- Cargo plugin -->
                <plugin>
                   <groupId>org.codehaus.cargo</groupId>
                   <artifactId>cargo-maven2-plugin</artifactId>
@@ -136,6 +139,8 @@
                      </execution>
                   </executions>
                </plugin>
+
+               <!-- Surefire plugin -->
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-surefire-plugin</artifactId>
@@ -148,6 +153,8 @@
                         </goals>
                         <configuration>
                            <skip>false</skip>
+                           <includes><include>**/as4/**</include></includes>
+                           <excludes><exclude>**/as5/**</exclude></excludes>
                            <systemProperties>
                               <property>
                                  <name>cactus.contextURL</name>
@@ -162,6 +169,7 @@
                      </execution>
                   </executions>
                </plugin>
+               
             </plugins>
          </build>
       </profile>
@@ -183,6 +191,7 @@
                <scope>compile</scope>
             </dependency>
          </dependencies>
+
          <build>
             <plugins>
 
@@ -238,6 +247,8 @@
                         </goals>
                         <configuration>
                            <skip>false</skip>
+                           <includes><include>**/as5/**</include></includes>
+                           <excludes><exclude>**/as4/**</exclude></excludes>
                            <systemProperties>
                               <property>
                                  <name>cactus.contextURL</name>




More information about the embjopr-commits mailing list