Author: mes
Date: 2011-08-11 11:06:59 -0700 (Thu, 11 Aug 2011)
New Revision: 26533
Modified:
core3/api/trunk/plugin-api/pom.xml
Log:
updated javadoc creation
Modified: core3/api/trunk/plugin-api/pom.xml
===================================================================
--- core3/api/trunk/plugin-api/pom.xml 2011-08-11 17:36:13 UTC (rev 26532)
+++ core3/api/trunk/plugin-api/pom.xml 2011-08-11 18:06:59 UTC (rev 26533)
@@ -97,15 +97,16 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
+ <skip>false</skip>
<encoding>UTF-8</encoding>
<locale>en</locale>
- <javadocVersion>1.5</javadocVersion>
+ <javadocVersion>1.6</javadocVersion>
<links>
- <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+ <link>http://download.oracle.com/javase/6/docs/api/</link>
</links>
<footer>Cytoscape ${project.version} API</footer>
<header>Cytoscape ${project.version} API</header>
- <bottom>Copyright 2010 Cytoscape Consortium. All rights
reserved.</bottom>
+ <bottom>Copyright 2011 Cytoscape Consortium. All rights
reserved.</bottom>
<maxmemory>2g</maxmemory>
<additionalJOption>-J-Xmx2g</additionalJOption>
<includeDependencySources>true</includeDependencySources>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.