Author: tchemit Date: 2008-10-16 11:28:35 +0000 (Thu, 16 Oct 2008) New Revision: 214 Modified: lutinproject/trunk/changelog lutinproject/trunk/pom.xml Log: use default phase and id for dependency plugin Modified: lutinproject/trunk/changelog =================================================================== --- lutinproject/trunk/changelog 2008-10-13 20:21:51 UTC (rev 213) +++ lutinproject/trunk/changelog 2008-10-16 11:28:35 UTC (rev 214) @@ -1,4 +1,5 @@ ver-3-0 chatellier (20080924) + * no hard-cored phase for plugin dependency, use default id and phase * use license-siwtcher 0.4 * add version properties for your plugin to simplify plugin version change * remove maven.verbose property, cause some bad side effects. Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2008-10-13 20:21:51 UTC (rev 213) +++ lutinproject/trunk/pom.xml 2008-10-16 11:28:35 UTC (rev 214) @@ -399,8 +399,8 @@ </configuration> <executions> <execution> - <id>copy-dependencies</id> - <phase>package</phase> + <!--id>copy-dependencies</id--> + <!--phase>package</phase--> <goals> <goal>copy-dependencies</goal> </goals>