You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kai Hackemesser <ka...@gmail.com> on 2010/07/23 02:15:13 UTC

Writing a plugin, intercepting resource plugin...

Hello,

I am thinking about a plugin, that when present in a maven pom plugins
set should automatically adds some special source and target folder to
the resources plugin, so that some special resources are copied
without having to configure them in the resources plugin itself. How
do I do that ?

Cheers,
Kai

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Writing a plugin, intercepting resource plugin...

Posted by Wayne Fay <wa...@gmail.com>.
> I am thinking about a plugin, that when present in a maven pom plugins
> set should automatically adds some special source and target folder to
> the resources plugin, so that some special resources are copied
> without having to configure them in the resources plugin itself. How
> do I do that ?

Perhaps doable via a profile. I'd try that route before going for a plugin.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org