You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ NOTE: You may need to increase the amount of memory available to Maven by settin
37
37
You can import the code into any Eclipse based distribution as long as it had the https://eclipse.org/m2e/[M2Eclipse] eclipse plugin.
38
38
If you don't already have m2eclipse installed it is available from the "Eclipse marketplace".
39
39
40
+
Once imported, you can apply eclipse settings by running:
41
+
42
+
[indent=0]
43
+
----
44
+
$ ./mvnw -Peclipse validate
45
+
----
46
+
40
47
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
0 commit comments