Author: brett
Date: Sun Jun 26 00:44:13 2011
New Revision: 1139680

URL: http://svn.apache.org/viewvc?rev=1139680&view=rev
Log:
move dist to its own profile so that it is easier to activate

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1139680&r1=1139679&r2=1139680&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Sun Jun 26 00:44:13 2011
@@ -240,7 +240,7 @@ under the License.
           
<tagBase>https://svn.apache.org/repos/asf/incubator/npanday/tags</tagBase>  
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>  
-          <arguments>-Pnpanday-release</arguments>
+          <arguments>-Pnpanday-release,dist</arguments>
           <preparationGoals>clean install</preparationGoals>  
           <autoVersionSubmodules>true</autoVersionSubmodules>
           <mavenExecutorId>forked-path</mavenExecutorId>
@@ -507,10 +507,13 @@ under the License.
       </build>
     </profile>
     <profile>
-      <id>npanday-release</id>
+      <id>dist</id>
       <modules>
         <module>dist</module>
       </modules>
+    </profile>
+    <profile>
+      <id>npanday-release</id>
       <build>
         <plugins>
           <!-- Fail fast: the release build must run on Windows for the Add-in 
-->


Reply via email to