summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 22:44:32 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-12-11 22:44:32 +0000
commit6f07df7b1e3098d99fa32a6795bfee1944c8b566 (patch)
tree523db467c490220e1c1b476e0c61e0456afe64f0 /java
parenta7860b70b123a4eab07aac8b65acd20b0d18ecd7 (diff)
Adding a setup profile to help build maven-eclipse-compiler before building any other modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725851 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/sca/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml
index 63a9d0e326..7a0b9e8780 100644
--- a/java/sca/pom.xml
+++ b/java/sca/pom.xml
@@ -188,6 +188,13 @@
</profile>
<profile>
+ <id>setup</id>
+ <modules>
+ <module>tools/maven/maven-eclipse-compiler</module>
+ </modules>
+ </profile>
+
+ <profile>
<id>distribution</id>
<modules>
<module>modules</module>