Author: tchemit Date: 2010-01-10 22:37:35 +0100 (Sun, 10 Jan 2010) New Revision: 308 Modified: trunk/pom.xml Log: remove default goal (interacts not so good with profiles) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-07 03:27:09 UTC (rev 307) +++ trunk/pom.xml 2010-01-10 21:37:35 UTC (rev 308) @@ -8,8 +8,8 @@ <!-- ************************************************************* --> <parent> <groupId>org.nuiton</groupId> - <artifactId>mavenpom</artifactId> - <version>1.1.4</version> + <artifactId>mavenpom4redmine</artifactId> + <version>2.0-SNAPSHOT</version> </parent> <artifactId>processor</artifactId> @@ -266,12 +266,6 @@ </properties> - <build> - - <defaultGoal>install</defaultGoal> - - </build> - <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.nuiton.org