You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/03/23 15:56:55 UTC

svn commit: r926603 - in /openjpa/branches/2.0.x/openjpa-integration: daytrader/pom.xml pom.xml

Author: dwoods
Date: Tue Mar 23 14:56:55 2010
New Revision: 926603

URL: http://svn.apache.org/viewvc?rev=926603&view=rev
Log:
OPENJPA-1411 Enable daytrader tests, now that openjpa-maven-plugin-1.1 is released

Modified:
    openjpa/branches/2.0.x/openjpa-integration/daytrader/pom.xml
    openjpa/branches/2.0.x/openjpa-integration/pom.xml

Modified: openjpa/branches/2.0.x/openjpa-integration/daytrader/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-integration/daytrader/pom.xml?rev=926603&r1=926602&r2=926603&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-integration/daytrader/pom.xml (original)
+++ openjpa/branches/2.0.x/openjpa-integration/daytrader/pom.xml Tue Mar 23 14:56:55 2010
@@ -107,6 +107,7 @@
                 </executions>
             </plugin>
 
+            <!-- old way of using antrun to enhance classes
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
@@ -131,13 +132,13 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
 
-            <!-- new way of using openjpa-maven-plugin to enhance classes
-                 BUT, we need 1.1 released before we can switch
+            <!-- new way of using openjpa-maven-plugin to enhance classes -->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>openjpa-maven-plugin</artifactId>
-                <version>1.1-SNAPSHOT</version>
+                <version>1.1</version>
                 <configuration>
                     <includes>org/apache/openjpa/integration/daytrader/*Bean.class</includes>
                     <excludes>org/apache/openjpa/persistence/**/*.class</excludes>
@@ -161,7 +162,7 @@
                     </dependency>
                 </dependencies>
             </plugin>
-            -->
+
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>

Modified: openjpa/branches/2.0.x/openjpa-integration/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-integration/pom.xml?rev=926603&r1=926602&r2=926603&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-integration/pom.xml (original)
+++ openjpa/branches/2.0.x/openjpa-integration/pom.xml Tue Mar 23 14:56:55 2010
@@ -32,6 +32,7 @@
         <version>2.0.0-SNAPSHOT</version>
     </parent>
     <modules>
+        <module>daytrader</module>
         <module>examples</module>
         <module>tck</module>
         <module>validation</module>