diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-26 19:21:37 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-01-26 19:21:37 +0000 |
commit | d98a015ebe96891288b7fed875ee9915a9aa1f8d (patch) | |
tree | 09ebcb8c6599c6e5454d46b512723cad173a039a /java/sca/distribution/api | |
parent | 47b9bdc5394f7755d332d514a2fe3fc02e3b82a9 (diff) |
Add the samples implementation-java-calculator, binding-ws-calculator, host-webapp-calculator to the distribution.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/api')
-rw-r--r-- | java/sca/distribution/api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/distribution/api/pom.xml b/java/sca/distribution/api/pom.xml index 96af12f831..76e854cebe 100644 --- a/java/sca/distribution/api/pom.xml +++ b/java/sca/distribution/api/pom.xml @@ -53,6 +53,9 @@ <!-- Build profile that can be used to build the distro packages -->
<profile>
<id>distribution</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<build>
<plugins>
<plugin>
@@ -68,6 +71,7 @@ </goals>
<configuration>
<targetDirectory>target/modules</targetDirectory>
+ <generateManifestJar>true</generateManifestJar>
</configuration>
</execution>
</executions>
|