Author: mes
Date: 2010-09-02 15:44:03 -0700 (Thu, 02 Sep 2010)
New Revision: 21677
Modified:
corelibs/trunk/docs/pom.xml
corelibs/trunk/pom.xml
Log:
updated poms to support docs
Modified: corelibs/trunk/docs/pom.xml
===================================================================
--- corelibs/trunk/docs/pom.xml 2010-09-02 22:37:13 UTC (rev 21676)
+++ corelibs/trunk/docs/pom.xml 2010-09-02 22:44:03 UTC (rev 21677)
@@ -4,10 +4,14 @@
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>cytoscape</groupId>
+ <parent>
+ <groupId>cytoscape.corelibs</groupId>
+ <artifactId>parent</artifactId>
+ <version>2.8.0-SNAPSHOT</version>
+ </parent>
+
<artifactId>docs</artifactId>
<packaging>jar</packaging>
- <version>2.8.0-SNAPSHOT</version>
<name>Cytoscape Documentation</name>
<build>
@@ -89,9 +93,9 @@
<executions>
<execution>
<goals>
- <!--
+ <!--
<goal>generate-pdf</goal>
- -->
+ -->
<goal>generate-javahelp</goal>
<goal>generate-html</goal>
</goals>
@@ -109,19 +113,5 @@
</plugin>
</plugins>
</build>
-
- <distributionManagement>
- <repository>
- <id>releases</id>
- <name>Internal Releases</name>
-
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases</url>
- </repository>
- <snapshotRepository>
- <id>snapshots</id>
- <name>Internal Snapshots</name>
-
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
-
</project>
Modified: corelibs/trunk/pom.xml
===================================================================
--- corelibs/trunk/pom.xml 2010-09-02 22:37:13 UTC (rev 21676)
+++ corelibs/trunk/pom.xml 2010-09-02 22:44:03 UTC (rev 21677)
@@ -33,6 +33,7 @@
<module>undo.support</module>
<module>fing</module>
<module>ding</module>
+ <module>docs</module>
</modules>
<build>
--
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.