Author: antelder
Date: Mon Jun 14 13:45:34 2010
New Revision: 954473

URL: http://svn.apache.org/viewvc?rev=954473&view=rev
Log:
Change profile name to release to match the release profile as otheriwse you 
vcan't get both release and the distribution zips, update to the latest 
assembly plugin to fix bug in attch processing

Modified:
    tuscany/sca-java-2.x/trunk/distribution/all/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/all/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/pom.xml?rev=954473&r1=954472&r2=954473&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/all/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/all/pom.xml Mon Jun 14 13:45:34 2010
@@ -126,7 +126,13 @@
         </profile>
 
         <profile>
-            <id>distribution</id>
+            <id>release</id>
+            <activation>
+                <property>
+                   <name>buildZips</name>
+                   <value>true</value>
+                </property>
+            </activation>
             <properties>
                 <useDistributionName>false</useDistributionName>
                 <generateAggregatedBundle>false</generateAggregatedBundle>
@@ -136,7 +142,7 @@
                      <plugin>
                          <groupId>org.apache.maven.plugins</groupId>
                          <artifactId>maven-assembly-plugin</artifactId>
-                         <version>2.2-beta-3</version>
+                         <version>2.2-beta-5</version>
                          <executions>
                              <execution>
                                  <id>distribution-package</id>
@@ -153,6 +159,7 @@
                                      
<finalName>apache-tuscany-sca-all-${version}</finalName>
                                      <appendAssemblyId>true</appendAssemblyId>
                                      
<ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+                                    <attach>true</attach>
                                  </configuration>
                              </execution>
                          </executions>


Reply via email to