Looks good!
On 16/8/06 12:30 PM, Barrie Treloar wrote:
http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins
I've written up my notes on what I have done to patch maven plugins
that describes how to build the trunk of a plugin, apply patches, and
deploy the plugin to an internal company repository.
I could not find anything like this in the documentation sets and I
needed it because I need to ensure my build process is working without
waiting for a plugin release. Hopefully it will be of use to other
people that need a stop gap solution.
I'd appreciate any feedback or alternative solutions people have.
My first attempt was to use the SNAPSHOT repositories but as soon as a
new SNAPSHOT was released I lost all my patches! Oops. I believe that
the way I am doing it now will mean I only need to check released
versions of the plugin and to re-apply the process only if my patches
are not in that release.
Thanks
Bae
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]