Hello every one, I would like to introduce this new eclipse-plugin's mojo to provide capability configuring eclipse workspace specific configurations beside the current M2_REPO var in eclipse:add-maven-repo. The actual motivation is the ability load code style file into the workspace to be used by my development team.
The patch is at http://jira.codehaus.org/browse/MECLIPSE-127, in summary: - Add a workspace writter. - Add configure-workspace mojo which is the replacement of add-maven-repo ( to be deprecated, if no objection) and the ability to load a codestyle file. - add-maven-repo is refactored to share the same code base. - Add test case - Update doc including a new example. Since this is the first time I work with this plugin, It is very appreciated with some maven developers familiar with this code take a look at the submitted patch to provide me with feedback and better yet a thumb up before I commit it. Thanks -Dan