summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/features/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-08-13 19:06:55 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-08-13 19:06:55 +0000
commit9265e51e379f80bd42fd34be90f779545c83a8f0 (patch)
treedcb10fd0c7f07d78183281eb41417b192e04582f /java/sca/distribution/features/pom.xml
parentc58dffa2f32d7c629f38e9c59af267f9b8427954 (diff)
Removed unused build profile.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685641 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/features/pom.xml')
-rw-r--r--java/sca/distribution/features/pom.xml24
1 files changed, 5 insertions, 19 deletions
diff --git a/java/sca/distribution/features/pom.xml b/java/sca/distribution/features/pom.xml
index 0914c90409..b6c1ca1cb7 100644
--- a/java/sca/distribution/features/pom.xml
+++ b/java/sca/distribution/features/pom.xml
@@ -35,12 +35,9 @@
</build>
<profiles>
- <!-- default profile that builds everything -->
+ <!-- Profile to use to build distributions -->
<profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
+ <id>distribution</id>
<modules>
<module>all</module>
<module>core</module>
@@ -50,6 +47,9 @@
<module>web20</module>
<module>webservice</module>
</modules>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
</profile>
<profile>
@@ -64,19 +64,5 @@
<module>webservice</module>
</modules>
</profile>
-
- <profile>
- <id>distribution</id>
- <modules>
- <module>all</module>
- <module>core</module>
- <module>ejava</module>
- <module>manager</module>
- <module>process</module>
- <module>web20</module>
- <module>webservice</module>
- </modules>
- </profile>
-
</profiles>
</project>