diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-14 13:45:34 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-14 13:45:34 +0000 |
commit | 14132d136e764c18a96dc41c92577dee759fe19c (patch) | |
tree | e80f29dfe0535dc255a48f9fea03f996f7266847 /sca-java-2.x/trunk/distribution | |
parent | 46758821f125904cba7375b6a7b315d092070dde (diff) |
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution')
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/pom.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/pom.xml b/sca-java-2.x/trunk/distribution/all/pom.xml index 1474f3b84e..ef94bfbd08 100644 --- a/sca-java-2.x/trunk/distribution/all/pom.xml +++ b/sca-java-2.x/trunk/distribution/all/pom.xml @@ -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> |