You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2007/04/08 04:59:45 UTC

svn commit: r526512 - /incubator/openjpa/trunk/openjpa-integration/examples/pom.xml

Author: pcl
Date: Sat Apr  7 19:59:44 2007
New Revision: 526512

URL: http://svn.apache.org/viewvc?view=rev&rev=526512
Log:
decoupling running of the examples and the tck, so that examples-related need not be addressed in order to run the TCK.

Modified:
    incubator/openjpa/trunk/openjpa-integration/examples/pom.xml

Modified: incubator/openjpa/trunk/openjpa-integration/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-integration/examples/pom.xml?view=diff&rev=526512&r1=526511&r2=526512
==============================================================================
--- incubator/openjpa/trunk/openjpa-integration/examples/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-integration/examples/pom.xml Sat Apr  7 19:59:44 2007
@@ -18,6 +18,10 @@
 <!--
     This integration build tests the examples that are bundled with
     the OpenJPA distribution.
+
+    The examples will only be run if you have the 'examples-profile' enabled:
+
+        mvn integration-test -Pexamples-profile
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -33,6 +37,9 @@
         <version>0.9.8-incubating-SNAPSHOT</version>
     </parent>
 
+    <profiles>
+    <profile>
+    <id>examples-profile</id>
     <build>
         <plugins>
             <plugin>
@@ -67,6 +74,9 @@
             </plugin>
         </plugins>
     </build>
+    </profile>
+    </profiles>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.openjpa</groupId>