mirror of https://github.com/apache/openjpa.git
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:
parent
1462290177
commit
c28ffa7be1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue