Author: tchemit Date: 2008-08-10 14:05:50 +0000 (Sun, 10 Aug 2008) New Revision: 997 Modified: trunk/commandline/pom.xml Log: remove phase Modified: trunk/commandline/pom.xml =================================================================== --- trunk/commandline/pom.xml 2008-08-10 13:57:08 UTC (rev 996) +++ trunk/commandline/pom.xml 2008-08-10 14:05:50 UTC (rev 997) @@ -70,14 +70,6 @@ <target>${maven.compile.target}</target> <encoding>${maven.compile.encoding}</encoding> </configuration> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> </plugin> <!-- i18n --> <plugin>