« Return to Thread: Maven integration - feedback wanted

Re: Maven integration - feedback wanted

by tomas lin :: Rate this Message:

Reply to Author | View in Thread

>
>> Will there be Gant scripts for each phase of the Maven lifecycle?  (
>> http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference
>> ) . Right now, the Octo plugin has goals that are not visible to the
>> user, it simply wraps gant calls for the proper places in the life
>> cycle. But this makes extending the cycle much more difficult, it
>> would be nice to have editable targets that wrap the existing grails
>> targets, so for package, for example, we would have a grails War
>> target, but also add our won custom targets.
>
> I don't really understand this part. The existing Gant scripts will
> pretty much stay as they are, I expect. For the package phase, I'm
> planning on using the existing WAR plugin if possible.
>

I am thinking about a simple Gant wrapper for maven lifecycle events.
Have a Package.groovy that will allow us to do extra stuff for maven
builds.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Maven integration - feedback wanted