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/08/17 16:47:03 UTC

svn commit: r986334 - /openjpa/branches/2.0.x/pom.xml

Author: dwoods
Date: Tue Aug 17 14:47:03 2010
New Revision: 986334

URL: http://svn.apache.org/viewvc?rev=986334&view=rev
Log:
OPENJPA-1712 remove cyclical depend in openjpa-maven-plugin

Modified:
    openjpa/branches/2.0.x/pom.xml

Modified: openjpa/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=986334&r1=986333&r2=986334&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Tue Aug 17 14:47:03 2010
@@ -821,6 +821,13 @@
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>openjpa-maven-plugin</artifactId>
                     <version>1.1</version>
+                    <exclusions>
+                        <!-- remove cyclical dependency -->
+                        <exclusion>
+                            <groupId>org.apache.openjpa</groupId>
+                            <artifactId>openjpa</artifactId>
+                        </exclusion>
+                    </exclusions>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>