[jboss-svn-commits] JBL Code SVN: r37788 - labs/jbosstm/trunk/txframework/framework.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Dec 9 10:36:12 EST 2011


Author: paul.robinson
Date: 2011-12-09 10:36:12 -0500 (Fri, 09 Dec 2011)
New Revision: 37788

Modified:
   labs/jbosstm/trunk/txframework/framework/pom.xml
Log:
JBTM-977 TXFramework build is broken

Modified: labs/jbosstm/trunk/txframework/framework/pom.xml
===================================================================
--- labs/jbosstm/trunk/txframework/framework/pom.xml	2011-12-08 16:17:15 UTC (rev 37787)
+++ labs/jbosstm/trunk/txframework/framework/pom.xml	2011-12-09 15:36:12 UTC (rev 37788)
@@ -19,6 +19,19 @@
         <jboss.version>7.1.0.Beta1</jboss.version>
     </properties>
 
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>2.3.1</version>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    
     <dependencyManagement>
         <dependencies>
             <!-- Define the version of JBoss' Java EE 6 APIs we want to import. Any
@@ -98,10 +111,6 @@
 
     <profiles>
         <profile>
-            <!-- The default profile skips all tests, though you can tune it
-               to run just unit tests based on a custom pattern -->
-            <!-- Seperate profiles are provided for running all tests, including
-               Arquillian tests that execute in the specified container -->
             <id>default</id>
             <activation>
                 <activeByDefault>true</activeByDefault>



More information about the jboss-svn-commits mailing list