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>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-persistence-jdbc</artifactId>
|
<artifactId>openjpa-persistence-jdbc</artifactId>
|
||||||
<version>${pom.version}</version>
|
<version>${pom.version}</version>
|
||||||
<classifier>tests</classifier>
|
<!-- <classifier>tests</classifier> -->
|
||||||
|
<type>test-jar</type>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -694,7 +694,8 @@
|
||||||
<groupId>org.apache.openjpa</groupId>
|
<groupId>org.apache.openjpa</groupId>
|
||||||
<artifactId>openjpa-persistence-jdbc</artifactId>
|
<artifactId>openjpa-persistence-jdbc</artifactId>
|
||||||
<version>${pom.version}</version>
|
<version>${pom.version}</version>
|
||||||
<classifier>test-base</classifier>
|
<!-- <classifier>test-base</classifier> -->
|
||||||
|
<type>test-jar</type>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -249,8 +249,6 @@
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useReleaseProfile>false</useReleaseProfile>
|
<useReleaseProfile>false</useReleaseProfile>
|
||||||
<!-- work-around for MJAR-68 -->
|
|
||||||
<preparationGoals>clean install</preparationGoals>
|
|
||||||
<goals>deploy site site-deploy</goals>
|
<goals>deploy site site-deploy</goals>
|
||||||
<arguments>-Prelease,docbook-profile</arguments>
|
<arguments>-Prelease,docbook-profile</arguments>
|
||||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
|
|
Loading…
Reference in New Issue