Revision: 1632 http://svn.sourceforge.net/spring-rich-c/?rev=1632&view=rev Author: ge0ffrey Date: 2007-01-09 05:08:29 -0800 (Tue, 09 Jan 2007)
Log Message: ----------- added prereq of maven 2.0.4 Modified Paths: -------------- trunk/spring-richclient/pom.xml Modified: trunk/spring-richclient/pom.xml =================================================================== --- trunk/spring-richclient/pom.xml 2007-01-08 23:51:00 UTC (rev 1631) +++ trunk/spring-richclient/pom.xml 2007-01-09 13:08:29 UTC (rev 1632) @@ -18,8 +18,11 @@ and easier to use, and a limited number of design best practices. The goal of spring-richclient is to provide that. </description> - <url>http://spring-rich-c.sf.net/</url> - + <url>http://spring-rich-c.sf.net/</url> + + <prerequisites> + <maven>2.0.4</maven> + </prerequisites> <issueManagement> <system>jira</system> <url>http://opensource2.atlassian.com/projects/spring/browse/RCP</url> @@ -301,7 +304,8 @@ <artifactId>maven-jar-plugin</artifactId> <version>2.1</version> <executions> - <execution> + <execution> + <!-- So tests can reuse testcode from dependencies --> <goals> <goal>test-jar</goal> </goals> @@ -314,6 +318,7 @@ <version>2.0.1</version> <executions> <execution> + <!-- To deploy the sources automatically --> <goals> <goal>jar</goal> <goal>test-jar</goal> @@ -436,12 +441,12 @@ <!--<plugin>--> <!--<groupId>org.codehaus.mojo</groupId>--> <!--<artifactId>findbugs-maven-plugin</artifactId>--> - <!--<version>1.0-beta-1</version>--> + <!--<version>1.0.0</version>--> <!--</plugin>--> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>2.0</version> + <version>2.1</version> </plugin> <!-- TODO checkstyle rules must be configured so it no longer @@ -458,7 +463,7 @@ <!--<version>2.0-beta-1</version>--> <!--</plugin>--> <plugin> - <!-- In 2.0-beta-1 an aggegate works after running "mvn site" twice --> + <!-- In 2.0-beta-1 an aggregate works after running "mvn site" twice --> <groupId>org.codehaus.mojo</groupId> <artifactId>javancss-maven-plugin</artifactId> <version>2.0-beta-1</version> @@ -469,9 +474,9 @@ <!--<version>2.0</version>--> <!--</plugin>--> </plugins> - </reporting> - <properties> - <spring.version>2.0</spring.version> + </reporting> + <properties> + <spring.version>2.0</spring.version> </properties> <profiles> @@ -509,7 +514,6 @@ <artifactId>easymock</artifactId> </dependency> </dependencies> - <dependencyManagement> <dependencies> <!-- 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