Revision: 1620 http://svn.sourceforge.net/spring-rich-c/?rev=1620&view=rev Author: ge0ffrey Date: 2007-01-04 01:08:08 -0800 (Thu, 04 Jan 2007)
Log Message: ----------- enable auto sources deploy Modified Paths: -------------- trunk/spring-richclient/pom.xml Modified: trunk/spring-richclient/pom.xml =================================================================== --- trunk/spring-richclient/pom.xml 2007-01-02 08:44:15 UTC (rev 1619) +++ trunk/spring-richclient/pom.xml 2007-01-04 09:08:08 UTC (rev 1620) @@ -311,7 +311,15 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.0.1</version> + <version>2.0.1</version> + <executions> + <execution> + <goals> + <goal>jar</goal> + <goal>test-jar</goal> + </goals> + </execution> + </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -377,7 +385,12 @@ </plugin> </plugins> </pluginManagement> - <plugins> + <plugins> + <plugin> + <!-- Entry needed to create, install and deploy sources jars --> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + </plugin> </plugins> </build> <reporting> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ spring-rich-c-cvs mailing list spring-rich-c-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs