mirror of
https://github.com/apache/openjpa.git
synced 2025-02-10 03:56:23 +00:00
enable tests during release; tweak javadoc creation
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.3.x@1537242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a4a86d5bc8
commit
0766919947
45
pom.xml
45
pom.xml
@ -738,11 +738,11 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>2.4.2</version>
|
||||
<configuration>
|
||||
<useReleaseProfile>false</useReleaseProfile>
|
||||
<goals>deploy site site-deploy</goals>
|
||||
<arguments>-Papache-release,docbook-profile,test-derby,bval -DskipTests</arguments>
|
||||
<goals>deploy javadoc:aggregate site site-deploy</goals>
|
||||
<arguments>-Papache-release,docbook-profile,test-derby,bval</arguments>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
@ -864,35 +864,18 @@
|
||||
<version>${maven.javadoc.version}</version>
|
||||
<configuration>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<additionalparam>
|
||||
${javadoc.additionalparam}
|
||||
</additionalparam>
|
||||
<subpackages>org.apache.openjpa</subpackages>
|
||||
<verbose>false</verbose>
|
||||
<maxmemory>512m</maxmemory>
|
||||
<links>
|
||||
<link>http://download.oracle.com/javase/6/docs/api/</link>
|
||||
<link>http://download.oracle.com/javaee/6/api/</link>
|
||||
<link>http://commons.apache.org/collections/api-release/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadoc</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>aggregate-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<phase>process-classes</phase>
|
||||
<goals>
|
||||
<goal>aggregate</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<additionalparam>
|
||||
${javadoc.additionalparam}
|
||||
</additionalparam>
|
||||
<subpackages>org.apache.openjpa</subpackages>
|
||||
<verbose>false</verbose>
|
||||
<maxmemory>512m</maxmemory>
|
||||
<links>
|
||||
<link>http://download.oracle.com/javase/6/docs/api/</link>
|
||||
<link>http://download.oracle.com/javaee/6/api/</link>
|
||||
<link>http://commons.apache.org/collections/api-release/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- Newer versions of plugin will cause PDF build failures -->
|
||||
<plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user