Added the archetypes module (see http://code.google.com/p/jclouds/issues/detail?id=117), updated Javadoc links and specified platform-independent encoding

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2261 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2009-11-12 11:34:23 +00:00
parent 12a5464175
commit 628a2a4369
1 changed files with 13 additions and 12 deletions

25
pom.xml
View File

@ -39,6 +39,7 @@
<modules>
<module>project</module>
<module>thirdparty</module>
<module>archetypes</module>
<module>core</module>
<module>extensions</module>
<module>aws</module>
@ -53,13 +54,22 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>javadoc</id>
<phase>package</phase>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
</executions>
<configuration>
<encoding>UTF-8</encoding>
<quiet>true</quiet>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link>http://java.sun.com/javaee/5/docs/api/</link>
<link>http://java.sun.com/javase/6/docs/api/</link>
<link>http://java.sun.com/javaee/6/docs/api/</link>
</links>
<footer><![CDATA[
<!-- Google Analytics -->
@ -74,15 +84,6 @@ pageTracker._trackPageview();
} catch(err) {}</script>
]]></footer>
</configuration>
<executions>
<execution>
<id>javadoc</id>
<phase>package</phase>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.google.code.maven-license-plugin</groupId>