I'm currently working for my company on an Maven2 plugin.
- Inject some resources ( properties, xml, etc) inside an EAR, WAR, JAR from a repository. - No recompilation - Package, Install and Deploy to a repository the new artifact (with sha1 and md5). - Browse any file system for resources (it use commons-vfs) like local fs, FTP, gzip, etc... (see http://wiki.apache.org/jakarta-commons/VfsCapabilitiesMatrix for more informations) - Fully customisable (pom.xml and command line) It's useful when you've resources likes properties xml, etc.. bundled into application deployed into an enterprise repository.You can test your application, validate the integration phase and release it without recompilation, just files injection. This plugin generate from the artifact (ear, war, jar) another artifact with new name and new resources. All of the plugin's functionalities are actually implemented and tested. I would like to know if somebody is interested by this kind of plugin. Thanks. Anthony Quinault --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
