You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/02/08 18:02:12 UTC

svn commit: r1242019 - /incubator/npanday/trunk/pom.xml

Author: brett
Date: Wed Feb  8 18:02:11 2012
New Revision: 1242019

URL: http://svn.apache.org/viewvc?rev=1242019&view=rev
Log:
make sure all the tests run at release time

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1242019&r1=1242018&r2=1242019&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Feb  8 18:02:11 2012
@@ -306,7 +306,7 @@ under the License.
           <branchBase>https://svn.apache.org/repos/asf/incubator/npanday/branches</branchBase>
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>
-          <arguments>-Papache-release,dist</arguments>
+          <arguments>-Papache-release,dist,net40</arguments>
           <preparationGoals>clean install</preparationGoals>
           <autoVersionSubmodules>true</autoVersionSubmodules>
           <mavenExecutorId>forked-path</mavenExecutorId>