Hello, I have two Maven plugins on github that I'd like to contribute to the Mojo project. We've been using these plugins internally, and they might be useful for others as well.
eap6-plugin: This plugin is specific to EAP6/Jboss AS 7. Based on project dependencies, it generates jboss-deployment-structure.xml for EAR/WAR deployments, and module.xml for server modules. It is located here: https://github.com/bserdar/eap6-plugin check-release-plugin: We use this plugin as a part of our release process to make sure any modified artifact gets a unique version number. When invoked, it compares the build artifact with the copy in the repository, and warns or fails the build if the newly build artifact is semantically different from what's already published in the repository, meaning you have to give it a new version number. This is crucial to achieve repeatable builds. It is located here: https://github.com/bserdar/check-release-plugin If there is any interest in these plugins, I can move them to the Mojo project. Thanks. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
