You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/12/11 23:44:32 UTC

svn commit: r725851 - /tuscany/java/sca/pom.xml

Author: lresende
Date: Thu Dec 11 14:44:32 2008
New Revision: 725851

URL: http://svn.apache.org/viewvc?rev=725851&view=rev
Log:
Adding a setup profile to help build maven-eclipse-compiler before building any other modules

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=725851&r1=725850&r2=725851&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Thu Dec 11 14:44:32 2008
@@ -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>