Skip to content

Commit 0456ebe

Browse files
committed
Update CONTRIBUTING instructions for eclipse
1 parent 57de70f commit 0456ebe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ NOTE: You may need to increase the amount of memory available to Maven by settin
3737
You can import the code into any Eclipse based distribution as long as it had the https://eclipse.org/m2e/[M2Eclipse] eclipse plugin.
3838
If you don't already have m2eclipse installed it is available from the "Eclipse marketplace".
3939

40+
Once imported, you can apply eclipse settings by running:
41+
42+
[indent=0]
43+
----
44+
$ ./mvnw -Peclipse validate
45+
----
46+
4047
NOTE: You'll need to close the `spring-javaformat-formatter-eclipse` and `spring-javaformat-formatter-eclipse-runtime` projects following import since they contain rewritten packages that aren't supported by the IDE
4148

4249
=== Importing into other IDEs

0 commit comments

Comments
 (0)