Author: brett
Date: Wed Mar  5 02:21:17 2014
New Revision: 1574287

URL: http://svn.apache.org/r1574287
Log:
update release goals

We want to run the ITs during perform, but not during prepare (so switch to 
validate).

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1574287&r1=1574286&r2=1574287&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Mar  5 02:21:17 2014
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -319,8 +319,8 @@ under the License.
           
<branchBase>https://svn.apache.org/repos/asf/incubator/npanday/branches</branchBase>
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>
-          <arguments>-Papache-release,dist,net40</arguments>
-          <preparationGoals>clean install</preparationGoals>
+          <arguments>-Papache-release,dist,net40,run-its</arguments>
+          <preparationGoals>clean validate</preparationGoals>
           <autoVersionSubmodules>true</autoVersionSubmodules>
           <mavenExecutorId>forked-path</mavenExecutorId>
           <suppressCommitBeforeTag>true</suppressCommitBeforeTag>


Reply via email to