> -----Original Message-----
> From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 23, 2004 4:23 PM
> To: 'Maven Users List'
> Subject: First plugin
>
>
> I'm working on my first plugin.  Should I need to delete it
> from the cache each time in install it?
>
> Maven doesn't seem to pick up the changes otherwise.

You should simply execute the plugin:uninstall goal before plugin:install.
No need to manually delete the cache, as plugin:uninstall will invalidate it
for you.  From what I've found, you really only need to run plugin:uninstall
if you have added or removed a goal/preGoal/postGoal in your plugin.

>
> ---------------------------------------------------------------------
> 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