summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-25 15:20:38 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-11-25 15:20:38 +0000
commit3a32bf8ca07814c64a60bb7699fa3fde165fc2ec (patch)
tree2c0a378b75a4a2ab23610c0c197f5d8849dc1042 /sca-java-2.x/trunk/pom.xml
parent026e154573a306049c9f3bbe5875820864d2b7bd (diff)
Add a build profile to build all thats necessary for the all distro as quickly as possible, so no tests get run, intended mainly for Hudson to try to get some nightly builds published more often
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039071 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/pom.xml')
-rw-r--r--sca-java-2.x/trunk/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index e4da29d0be..4fc4111bb7 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -669,6 +669,23 @@ org.apache.tuscany.sca.assembly:org.apache.tuscany.sca.assembly.builder:org.apac
</profile>
<profile>
+ <id>all-distro</id>
+ <properties>
+ <skipTests>true</skipTests>
+ <buildZips>true</buildZips>
+ </properties>
+ <modules>
+ <module>maven/maven-tuscany-plugin</module>
+ <module>modules</module>
+ <module>features</module>
+ <module>distribution/all</module>
+ </modules>
+ <build>
+ <defaultGoal>install</defaultGoal>
+ </build>
+ </profile>
+
+ <profile>
<id>base</id>
<modules>
<module>modules/assembly</module>