Awesome
formatter-m2e-configurator
This project provides an m2e project configurator for the formatter-maven-plugin, so that if you import your project into Eclipse as a Maven project using m2e, you can have your project settings match the Maven plugin settings.
Manual Installation Process
To use this project, download the site zip artifact from maven central then use the zip to import configurator into Eclipse.
Directly trying to do this from maven central will fail with missing jars.
To use this since we are not well versed on how to get the site zip into github currently, please use these instructions:
- Download https://repo1.maven.org/maven2/net/revelc/code/formatter/net.revelc.code.formatter.site/2.6.4/net.revelc.code.formatter.site-2.6.4.zip from maven central.
- In Eclipse, got to Help/Install New Software...
- Add Repository in available software using archive option and adding the zip file.
- Select m2e connector for formatter-maven-plugin 2.6.4
- Accept trust for artifacts as this is unsigned currently. This applies to the osgi bundle and the feature.
- Restart Eclipse when prompted
M2e related items
- related1 M2e Extension Development
- related2 M2e Discovery Catalog
- related3 M2e Discovery File location to submit to via pull request
- related4 Eclipse PReference - Tutorial
This software is provided WITHOUT ANY WARRANTY, and is available under the Apache License, Version 2. Any code loss caused by using this plugin is not the responsibility of the author(s). Be sure to use some source repository management system such as GIT before using this plugin.
Contributions are welcome.