Just try to document the status of our incremental build plugin, there is one known issue to deal with pom projects (type="pom").

1) We need to find a way to detect if the pom.xml has been changed. There is no archive produced by this type of project. We may have to check if the pom in local maven repo is newer or not.

2) The maven invoker doesn't support non-recursive mode yet (mvn -N). As a result, we cannot simply run the "mvn install" command on the pom project. We can either request the maven invoker to support the non-recursive flag or we can try to call the maven installer directly.

Thanks,
Raymond

----- Original Message ----- From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, December 13, 2007 5:05 PM
Subject: Re: How to run incremental builds of the Tuscany SCA tree


Daniel Kulp wrote:
That's pretty cool. Any thoughts about submitting that to the maven team?

Dan


I had started with posts [1],[2] to the Maven list. The only response I got [3] gave me a good laugh, the next logical step was to write the plugin :)

I'd suggest to use and mature the plugin a bit then see if they are open to revisit their "This is by design not what Maven does" statement.

[1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg76335.html
[2] http://www.mail-archive.com/[EMAIL PROTECTED]/msg76622.html
[3] http://www.mail-archive.com/[EMAIL PROTECTED]/msg77059.html
--
Jean-Sebastien

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



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

Reply via email to