Use the antrun plugin and bind it to the clean lifecycle phase (more info
here:
http://maven.apache.org/guides/plugin/guide-java-plugin-development.html,
heading 'Attaching the Mojo to the Build Lifecycle')

regards,

Wim

2005/11/15, Anuerin Diaz <[EMAIL PROTECTED]>:
>
> hi,
>
> is there a way to trigger a plugin when the clean goal is executed
> on a project? i need to clean up some files that reside outside the
> build directory. i am planning to run some ant targets to do the
> actual file removal but i need it to be triggered by only when clean
> is invoked. currently i am deleting the files prior to compilation but
> this is inefficient since most of the times these files do not change.
>
> thanks.
>
> ciao!
>
> --
>
> "Programming, an artform that fights back"
>
> Anuerin G. Diaz
> Registered Linux User #246176
> Friendly Linux Board @ http://mandrivausers.org/index.php
> http://capsule.ramfree17.org , when you absolutely have nothing else
> better to do
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to