Author: tchemit Date: 2009-11-02 01:05:01 +0100 (Mon, 02 Nov 2009) New Revision: 630 Modified: tags/maven-helper-plugin-1.1.0/pom.xml Log: fix plugin dep Modified: tags/maven-helper-plugin-1.1.0/pom.xml =================================================================== --- tags/maven-helper-plugin-1.1.0/pom.xml 2009-11-02 00:03:41 UTC (rev 629) +++ tags/maven-helper-plugin-1.1.0/pom.xml 2009-11-02 00:05:01 UTC (rev 630) @@ -1173,7 +1173,7 @@ <goals> <goal>share-server-secret</goal> </goals> - <phase>initialize</phase> + <phase>validate</phase> <configuration> <serverId>redmine-${platform}</serverId> <passwordOut>redmine.password</passwordOut>
participants (1)
-
tchemit@users.nuiton.org