Re: Cleaning up Maven's caches after plugin:install

2003-03-04 Thread Ben Walding
I often edit in-place in the plugin directory and copy back to the source directory when finished. But that's just me being lazy. I started out this way with beta7, but the new goal caching mechanism in beta8 seemed to defeat this approach for us. This seemed especially error-prone if you ad

RE: Cleaning up Maven's caches after plugin:install

2003-03-04 Thread David Zeleznik
> [snippage] > > plugin will be registered and work properly. I have encapsulated this > logic > > into the following postgoal: > [snip code] > I've committed the change to the plugin:install. Wow, thanks! Honestly, I wasn't sure if deleting the caches out from underneath Maven was really safe. Bu

Re: Cleaning up Maven's caches after plugin:install

2003-03-04 Thread dion
"David Zeleznik" <[EMAIL PROTECTED]> wrote on 05/03/2003 07:50:31 AM: > Hi, > > I am developing some plugins that we will use internally across a variety of > projects that we are migrating to Maven. As a result, I am constantly > testing these plugins by invoking the "plugin:install" goal. Howe