From 1e4e1b8152dfb8abd90f6aacb9fe191b55f9095a Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Mon, 23 Apr 2012 12:00:25 -0400 Subject: [PATCH] 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 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8bee94934b..2092ec5300 100644 --- a/pom.xml +++ b/pom.xml @@ -61,16 +61,16 @@ javadoc package - aggregate + aggregate-jar - ${sourceEncoding} + -J-Xmx512m + ${project.build.sourceEncoding} true - http://java.sun.com/javase/6/docs/api/ - http://java.sun.com/javaee/6/docs/api/ + http://download.oracle.com/javase/6/docs/api/