Hi there.

I am converting my Maven 1 environment to Maven 2 & am running into an issue
with a plugin I'm trying to update. This plugin basically filters some
template files, replacing placeholder values, & places them within
directories under the project on which the plugin is being run. In Maven 1
these templates in jelly format & were bundled with the plugin. I'm finding
in Maven 2 you can't seem to be able to bundle templates like this with the
plugin - is this true? I feel like this makes the plugin less portable. How
should I go about this in Maven 2? If these templates indeed can't be
bundled with the plugin in Maven 2, would it be best to keep them in our
repository? How do you access the repository programmatically - does Maven
provide you with an API for this, since I know it does it behind the scenes
quite often. Would it make more sense to keep them in CVS? If so, what would
be the best way to access CVS from my Maven plugin - to use the Ant CVS task
to check the files out to a temp directory, do the variable replacement &
copy them over?

Thanks!
-- 
View this message in context: 
http://www.nabble.com/maven-2-plugin-dev-question-tf2202791.html#a6099344
Sent from the Maven Developers forum at Nabble.com.


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

Reply via email to