Re: Custom lifecycle. Changing the default resource plugin confiduration.

2009-06-12 Thread Brett Porter
This is still a more appropriate question for us...@maven.apache.org, as this is the list for development on maven and its plugins itself. I'd be happy to follow up on the thread there. To help you along, you don't need to overwrite the default lifecycle - just bind different goals to it. Y

Custom lifecycle. Changing the default resource plugin confiduration.

2009-06-12 Thread Erick Dovale
Folks, I am writing a plugin that builds an artifact that needs no compilation or tests whatsever as it is only resources. I am overwriting the default lifecycle to only run the resources phases, the packaging phases and the install phases. I need to change the resource plugin configuration to writ