Author: pcl
Date: Mon Aug 20 14:29:47 2007
New Revision: 567835
URL: http://svn.apache.org/viewvc?rev=567835&view=rev
Log:
something in Marc's checkin (r565955) broke how I run the examples; reverting
the phase change to see if invocation in the old phase resolves the issue.
Modified:
openjpa/trunk/openjpa-integration/examples/pom.xml
Modified: openjpa/trunk/openjpa-integration/examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/examples/pom.xml?rev=567835&r1=567834&r2=567835&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/examples/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/examples/pom.xml Mon Aug 20 14:29:47 2007
@@ -50,8 +50,7 @@
<executions>
<execution>
<id>run-examples</id>
- <phase>process-resources</phase>
- <!-- ### <phase>integration-test</phase> -->
+ <phase>integration-test</phase>
<configuration>
<tasks>
<echo>Running OpenJPA Examples</echo>