more attempts to fix release plugin issue with test jars

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@915964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-02-24 20:24:17 +00:00
parent 1462290177
commit c28ffa7be1
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>