Author: tchemit Date: 2011-09-21 20:13:28 +0200 (Wed, 21 Sep 2011) New Revision: 2335 Url: http://nuiton.org/repositories/revision/topia/2335 Log: onyl invoke its at release due to MINVOKER-107 Modified: trunk/topia-persistence/pom.xml Modified: trunk/topia-persistence/pom.xml =================================================================== --- trunk/topia-persistence/pom.xml 2011-09-21 07:43:37 UTC (rev 2334) +++ trunk/topia-persistence/pom.xml 2011-09-21 18:13:28 UTC (rev 2335) @@ -305,8 +305,11 @@ <id>run-its</id> <activation> <property> - <name>maven.test.skip</name> - <value>!false</value> + <name>performRelease</name> + <value>true</value> + <!-- Reuse this when MINVOKER-107 will be done (syas invoker 1.6 --> + <!--name>maven.test.skip</name> + <value>!false</value--> </property> </activation> <build>
participants (1)
-
tchemit@users.nuiton.org