Author: jm
Date: 2012-10-11 13:27:50 -0700 (Thu, 11 Oct 2012)
New Revision: 30657
Modified:
core3/api/trunk/pom.xml
core3/app-developer/trunk/pom.xml
core3/impl/trunk/pom.xml
Log:
Fixes #1497: Added api/impl source JARs to app-developer (for debugging
purposes). Fixed artifact versions in app-developer/pom.xml
Modified: core3/api/trunk/pom.xml
===================================================================
--- core3/api/trunk/pom.xml 2012-10-11 20:23:57 UTC (rev 30656)
+++ core3/api/trunk/pom.xml 2012-10-11 20:27:50 UTC (rev 30657)
@@ -85,6 +85,20 @@
<goals>deploy</goals>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+
<version>${maven-source-plugin.version}</version>
+ <executions>
+ <execution>
+ <id>aggregate-source</id>
+ <phase>package</phase>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>
Modified: core3/app-developer/trunk/pom.xml
===================================================================
--- core3/app-developer/trunk/pom.xml 2012-10-11 20:23:57 UTC (rev 30656)
+++ core3/app-developer/trunk/pom.xml 2012-10-11 20:27:50 UTC (rev 30657)
@@ -14,8 +14,9 @@
<version>3.0.0-beta2-SNAPSHOT</version>
<properties>
- <cytoscape.api.version>3.0.0-beta3</cytoscape.api.version>
-
<cytoscape.distribution.version>3.0.0-beta1</cytoscape.distribution.version>
+
<cytoscape.api.version>3.0.0-beta4-SNAPSHOT</cytoscape.api.version>
+
<cytoscape.impl.version>3.0.0-beta2-SNAPSHOT</cytoscape.impl.version>
+
<cytoscape.distribution.version>3.0.0-beta2-SNAPSHOT</cytoscape.distribution.version>
</properties>
<name>Distribution</name>
@@ -112,6 +113,22 @@
<overWrite>true</overWrite>
<destFileName>cytoscape-swing-app-api-${cytoscape.api.version}.jar</destFileName>
</artifactItem>
+ <artifactItem>
+
<groupId>org.cytoscape</groupId>
+
<artifactId>api-parent</artifactId>
+
<version>${cytoscape.api.version}</version>
+
<classifier>sources</classifier>
+
<overWrite>true</overWrite>
+
<destFileName>api-${cytoscape.api.version}-sources.jar</destFileName>
+ </artifactItem>
+ <artifactItem>
+
<groupId>org.cytoscape</groupId>
+
<artifactId>impl-parent</artifactId>
+
<version>${cytoscape.impl.version}</version>
+
<classifier>sources</classifier>
+
<overWrite>true</overWrite>
+
<destFileName>impl-${cytoscape.api.version}-sources.jar</destFileName>
+ </artifactItem>
</artifactItems>
</configuration>
</execution>
Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml 2012-10-11 20:23:57 UTC (rev 30656)
+++ core3/impl/trunk/pom.xml 2012-10-11 20:27:50 UTC (rev 30657)
@@ -383,6 +383,20 @@
<goals>deploy</goals>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+
<version>${maven-source-plugin.version}</version>
+ <executions>
+ <execution>
+ <id>aggregate-source</id>
+ <phase>package</phase>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</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.