Luciano Resende wrote:
Hi Sebastien
Looks like you changed the parent pom to be built from java/sca/pom.xml
only.
The parent pom is referenced by java/sca/pom.xml and as a result still
built when you build java/pom.xml.
This will probably cause problem as all sub-projects like SDO, DAS,
etc also use this as it's parent pom.
I described the change in
http://www.mail-archive.com/[email protected]/msg16430.html,
including this:
"With this setup, building java/ from a clean repos works (taking the
DAS error that I posted earlier aside). Building java/sca from a clean
repos works as well. Building java/sdo and java/das individually still
require you to build parent and buildtools first, so this new setup is
not worse than before for them."
I didn't see any problems but maybe I missed something. Here's my
understanding of the build behavior with my change:
mvn -Pall still builds the parent pom
mvn -Psca didn't build the parent pom before, now builds it
mvn -Psdo didn't build the parent pom before, still doesn't
mvn -Pdas didn't build the parent pom before, still doesn't
Are you seeing a different behavior?
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.
--
Jean-Sebastien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]