summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml36
1 files changed, 35 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
index 371e68324f..0fc1ba1ea3 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/pom.xml
@@ -36,8 +36,10 @@
</properties>
<modules>
+ <!--
<module>bundle</module>
<module>manifest</module>
+ -->
</modules>
<dependencies>
@@ -351,7 +353,39 @@
<finalName>apache-tuscany-sca-${pom.version}</finalName>
</configuration>
</execution>
- </executions>
+ <execution>
+ <id>distribution-updatesite</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/updatesite.xml</descriptor>
+ </descriptors>
+ <finalName>apache-tuscany-sca-${pom.version}</finalName>
+ </configuration>
+ </execution>
+ <execution>
+ <id>distribution-featurecore</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/featurecore.xml</descriptor>
+ </descriptors>
+ <archive>
+ <manifestFile>../tools/eclipse/features/core/target/classes/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ <outputDirectory>target/apache-tuscany-sca-${tuscany.version}-updatesite.dir/tuscany-sca-${tuscany.version}-updatesite/features</outputDirectory>
+ <finalName>org.apache.tuscany.sca.feature.core-${pom.version}</finalName>
+ <appendAssemblyId>false</appendAssemblyId>
+ <attach>false</attach>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
</plugins>