mirror of https://github.com/apache/jclouds.git
Using the Javadoc plugin's 'aggregate-jar' goal instead of 'aggregate' for the jclouds-multi Javadoc build, so the Javadocs are actually attached and deployed
This commit is contained in:
parent
94e0da4bac
commit
1e4e1b8152
8
pom.xml
8
pom.xml
|
@ -61,16 +61,16 @@
|
|||
<id>javadoc</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>aggregate</goal>
|
||||
<goal>aggregate-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<encoding>${sourceEncoding}</encoding>
|
||||
<additionalJOption>-J-Xmx512m</additionalJOption>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<quiet>true</quiet>
|
||||
<links>
|
||||
<link>http://java.sun.com/javase/6/docs/api/</link>
|
||||
<link>http://java.sun.com/javaee/6/docs/api/</link>
|
||||
<link>http://download.oracle.com/javase/6/docs/api/</link>
|
||||
</links>
|
||||
<footer><![CDATA[
|
||||
<!-- Google Analytics -->
|
||||
|
|
Loading…
Reference in New Issue