Author: mes
Date: 2011-08-12 11:08:53 -0700 (Fri, 12 Aug 2011)
New Revision: 26542
Modified:
core3/parent/trunk/pom.xml
Log:
should not be skipping javadoc creation
Modified: core3/parent/trunk/pom.xml
===================================================================
--- core3/parent/trunk/pom.xml 2011-08-12 15:11:07 UTC (rev 26541)
+++ core3/parent/trunk/pom.xml 2011-08-12 18:08:53 UTC (rev 26542)
@@ -78,7 +78,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
- <skip>true</skip>
+ <skip>false</skip>
<encoding>UTF-8</encoding>
<locale>en</locale>
<javadocVersion>1.6</javadocVersion>
@@ -97,7 +97,6 @@
</tagletArtifact>
</tagletArtifacts>
</configuration>
-
</plugin>
<plugin>
<inherited>true</inherited>
--
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.