Author: kstam
Date: Mon May 13 18:21:02 2013
New Revision: 1482015
URL: http://svn.apache.org/r1482015
Log:
trying to fix issue on the build machine
Modified:
juddi/trunk/juddi-core-openjpa/pom.xml
Modified: juddi/trunk/juddi-core-openjpa/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-core-openjpa/pom.xml?rev=1482015&r1=1482014&r2=1482015&view=diff
==============================================================================
--- juddi/trunk/juddi-core-openjpa/pom.xml (original)
+++ juddi/trunk/juddi-core-openjpa/pom.xml Mon May 13 18:21:02 2013
@@ -65,24 +65,22 @@
</executions>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
+ <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-maven-plugin</artifactId>
- <version>1.2</version>
+ <version>2.2.1</version>
+ <configuration>
+
<includes>**/org/apache/juddi/model/*.class</includes>
+
<addDefaultConstructor>true</addDefaultConstructor>
+
<enforcePropertyRestrictions>true</enforcePropertyRestrictions>
+
<persistenceXmlFile>${basedir}/src/test/resources/META-INF/persistence.xml</persistenceXmlFile>
+ </configuration>
<executions>
- <execution>
- <id>enhancer</id>
- <phase>process-classes</phase>
- <configuration>
- <classes>
-
${project.build.outputDirectory}/org/apache/juddi/model/
- </classes>
- <addDefaultConstructor>true</addDefaultConstructor>
-
<enforcePropertyRestrictions>true</enforcePropertyRestrictions>
-
<persistenceXmlFile>${basedir}/src/test/resources/META-INF/persistence.xml</persistenceXmlFile>
- </configuration>
- <goals>
- <goal>enhance</goal>
- </goals>
+ <execution>
+ <id>enhancer</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>enhance</goal>
+ </goals>
</execution>
</executions>
<dependencies>
@@ -91,7 +89,7 @@
<artifactId>openjpa</artifactId>
<version>2.2.1</version>
</dependency>
- </dependencies>
+ </dependencies>
</plugin>
</plugins>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]