Hi Sebastien

  Looks like you changed the parent pom to be built from java/sca/pom.xml
only. This will probably cause problem as all sub-projects like SDO, DAS,
etc also use this as it's parent pom.

Would it be OK to require at least a top-level build before being able to
build only at the sub-project levels (e.g sca, das, sdo) ? Otherwise we need
to check further and see what other options are available from maven.

On 4/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Author: jsdelfino
Date: Mon Apr  9 16:14:12 2007
New Revision: 526948

URL: http://svn.apache.org/viewvc?view=rev&rev=526948
Log:
Adjusted poms to build pom/parent and buildtools only once.

Modified:
    incubator/tuscany/java/pom.xml
    incubator/tuscany/java/sca/pom.xml

Modified: incubator/tuscany/java/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/pom.xml?view=diff&rev=526948&r1=526947&r2=526948

==============================================================================
--- incubator/tuscany/java/pom.xml (original)
+++ incubator/tuscany/java/pom.xml Mon Apr  9 16:14:12 2007
@@ -44,8 +44,6 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>pom/parent</module>
-                <module>buildtools</module>
                 <module>spec/sdo-api</module>
                 <module>sdo</module>
                 <module>das</module>

Modified: incubator/tuscany/java/sca/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=526948&r1=526947&r2=526948

==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Mon Apr  9 16:14:12 2007
@@ -39,10 +39,8 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <!--
                 <module>../pom/parent</module>
                 <module>../buildtools</module>
-                -->
                 <module>modules</module>
                 <!--
                 <module>samples</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Luciano Resende
http://people.apache.org/~lresende

Reply via email to