Saloucious wrote:
Hi,

i would like to know what is recommanded by Maven Team when a procces does
not fit with any plugins/goals provides by Maven.

Just for example, if i want to touch a file, what is better : create a
my.company.plugin.touch or add a simple antrun task ?

If you create your own plugin you can reuse it in several of your projects.
If you add an antrun task it's only available in that particular project.

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to