summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/trunk/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index 0236017f8f..e4d9ce78b7 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -670,12 +670,13 @@ org.apache.tuscany.sca.assembly:org.apache.tuscany.sca.assembly.builder:org.apac
</profile>
<profile>
- <id>all-distro</id>
+ <id>hudson-deploy</id>
<properties>
<skipTests>true</skipTests>
<buildZips>true</buildZips>
</properties>
<modules>
+ <module>modules</module>
<!-- samples need to be included so that the bin distro includes the prebuilt contributions -->
<module>samples</module>
<module>distribution/all</module>