Author: tchemit Date: 2010-01-18 02:30:51 +0100 (Mon, 18 Jan 2010) New Revision: 88 Modified: trunk/pom.xml Log: fix xml changes path + use mavenpom4redmine plugin management Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-18 01:18:09 UTC (rev 87) +++ trunk/pom.xml 2010-01-18 01:30:51 UTC (rev 88) @@ -427,7 +427,6 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> <configuration> <environmentVariables> <test.redmineUrl>${test.redmineUrl}</test.redmineUrl> @@ -438,12 +437,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> - <version>1.2.0</version> - </plugin> - </plugins> </pluginManagement> @@ -463,6 +456,7 @@ </activation> <properties> <redmine.safe>true</redmine.safe> + <redmine.xmlPath>${maven.gen.dir}/changes/changes.xml</redmine.xmlPath> </properties> <reporting>