Skip to content

Commit

Permalink
[ci] More direct instructions for how to install as tested exactly
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Apr 12, 2024
1 parent a8cc43c commit f8ddbdf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ 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.
- Then in eclipse, use Add Repository in available software using archive option and adding the zip file.
- Accept any prompts during the process to successfully install it into Eclipse
- 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
Expand Down

0 comments on commit f8ddbdf

Please sign in to comment.