Author: dwoods
Date: Fri Aug 20 00:51:29 2010
New Revision: 987358

URL: http://svn.apache.org/viewvc?rev=987358&view=rev
Log:
OPENJPA-1712 Remove test-javadoc target which is failing release:prepare

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

Modified: openjpa/branches/2.0.x/openjpa-testsupport/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-testsupport/pom.xml?rev=987358&r1=987357&r2=987358&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-testsupport/pom.xml (original)
+++ openjpa/branches/2.0.x/openjpa-testsupport/pom.xml Fri Aug 20 00:51:29 2010
@@ -37,14 +37,12 @@
     <name>OpenJPA Test Support Jar</name>
 
     <dependencies>
-        <!-- make sure we build after o-p-j -->
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-persistence-jdbc</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <!-- hidden depend on o-p-j tests jar
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-persistence-jdbc</artifactId>
@@ -52,7 +50,6 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        -->
         <dependency>
             <groupId>jakarta-regexp</groupId>
             <artifactId>jakarta-regexp</artifactId>

Modified: openjpa/branches/2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=987358&r1=987357&r2=987358&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Fri Aug 20 00:51:29 2010
@@ -893,7 +893,6 @@
                     <reportSet>
                         <reports>
                             <report>javadoc</report>
-                            <report>test-javadoc</report>
                         </reports>
                     </reportSet>
                 </reportSets>


Reply via email to