Author: dwoods
Date: Wed Feb 24 20:24:17 2010
New Revision: 915964

URL: http://svn.apache.org/viewvc?rev=915964&view=rev
Log:
more attempts to fix release plugin issue with test jars

Modified:
    openjpa/trunk/openjpa-integration/validation/pom.xml
    openjpa/trunk/openjpa-persistence-locking/pom.xml
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/openjpa-integration/validation/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/validation/pom.xml?rev=915964&r1=915963&r2=915964&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/validation/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/validation/pom.xml Wed Feb 24 20:24:17 
2010
@@ -208,7 +208,8 @@
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-persistence-jdbc</artifactId>
             <version>${pom.version}</version>
-            <classifier>tests</classifier>
+            <!-- <classifier>tests</classifier> -->
+            <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: openjpa/trunk/openjpa-persistence-locking/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-locking/pom.xml?rev=915964&r1=915963&r2=915964&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-locking/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-locking/pom.xml Wed Feb 24 20:24:17 2010
@@ -694,7 +694,8 @@
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-persistence-jdbc</artifactId>
             <version>${pom.version}</version>
-            <classifier>test-base</classifier>
+            <!-- <classifier>test-base</classifier> -->
+            <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: openjpa/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=915964&r1=915963&r2=915964&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Wed Feb 24 20:24:17 2010
@@ -249,8 +249,6 @@
                         <artifactId>maven-release-plugin</artifactId>
                         <configuration>
                             <useReleaseProfile>false</useReleaseProfile>
-                            <!-- work-around for MJAR-68 -->
-                            <preparationGoals>clean install</preparationGoals>
                             <goals>deploy site site-deploy</goals>
                             <arguments>-Prelease,docbook-profile</arguments>
                             <autoVersionSubmodules>true</autoVersionSubmodules>


Reply via email to