[jbosscache-commits] JBoss Cache SVN: r4529 - support/trunk/common.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Oct 2 15:10:37 EDT 2007


Author: jason.greene at jboss.com
Date: 2007-10-02 15:10:37 -0400 (Tue, 02 Oct 2007)
New Revision: 4529

Modified:
   support/trunk/common/pom.xml
Log:
Add transaction-jbossjta profile


Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml	2007-10-02 17:29:42 UTC (rev 4528)
+++ support/trunk/common/pom.xml	2007-10-02 19:10:37 UTC (rev 4529)
@@ -363,5 +363,42 @@
           </plugins>
         </build>
       </profile>
+      <profile>
+        <id>transaction-jbossjta</id>
+        <build>
+          <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                  <systemProperties>
+                    <property>
+                      <name>bind.address</name>
+                      <value>127.0.0.1</value>
+                    </property>
+                    <property>
+                      <name>jgroups.stack</name>
+                      <value>udp</value>
+                    </property>
+                    <property>
+                      <name>org.jboss.cache.test.tm</name>
+                      <value>jboss-jta</value>
+                    </property>
+                  </systemProperties>
+                  <groups>transaction</groups>
+                  <reportsDirectory>${project.build.directory}/transaction-jbossjta-reports</reportsDirectory>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+                <configuration>
+                  <reportsDirectory>${project.build.directory}/transaction-jbossjta-reports</reportsDirectory>
+                  <outputName>transaction-jbossjta-report</outputName>
+                </configuration>
+            </plugin>
+          </plugins>
+        </build>
+      </profile>
     </profiles>
 </project>




More information about the jbosscache-commits mailing list