|
From: <tri...@us...> - 2007-11-23 12:37:54
|
Revision: 162
http://equanda.svn.sourceforge.net/equanda/?rev=162&view=rev
Author: triathlon98
Date: 2007-11-23 04:37:53 -0800 (Fri, 23 Nov 2007)
Log Message:
-----------
build source jars
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-11-23 12:37:04 UTC (rev 161)
+++ trunk/pom.xml 2007-11-23 12:37:53 UTC (rev 162)
@@ -169,6 +169,27 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <compress>true</compress>
+ <index>true</index>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</build>
<reporting>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|