Author: tchemit Date: 2013-09-11 22:56:50 +0200 (Wed, 11 Sep 2013) New Revision: 418 Url: http://nuiton.org/projects/jredmine/repository/revisions/418 Log: while using mavenpom 4.0, need to create archive to deploy before verify phase Modified: trunk/jredmine-client/pom.xml Modified: trunk/jredmine-client/pom.xml =================================================================== --- trunk/jredmine-client/pom.xml 2013-08-09 09:04:23 UTC (rev 417) +++ trunk/jredmine-client/pom.xml 2013-09-11 20:56:50 UTC (rev 418) @@ -184,7 +184,7 @@ <executions> <execution> <id>create-assemblies</id> - <phase>verify</phase> + <phase>package</phase> <goals> <goal>single</goal> </goals>