Author: tchemit Date: 2013-09-17 12:14:56 +0200 (Tue, 17 Sep 2013) New Revision: 1172 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/1172 Log: add default build goals to some profiles Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-09-17 09:25:46 UTC (rev 1171) +++ trunk/pom.xml 2013-09-17 10:14:56 UTC (rev 1172) @@ -618,6 +618,7 @@ </activation> <build> + <defaultGoal>deploy</defaultGoal> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId> @@ -686,6 +687,7 @@ </activation> <build> + <defaultGoal>deploy</defaultGoal> <plugins> <plugin> <artifactId>maven-antrun-plugin</artifactId>
participants (1)
-
tchemit@users.forge.codelutin.com