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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -687,8 +687,8 @@ Use the Maven wrapper to create a jar including all dependencies
687
687
688
688
### Checkstyle Config File
689
689
690
-
This project uses my [`common-parent`](https://bintray.com/patrickfav/maven/mvn-common-parent) which centralized a lot of
691
-
the plugin versions aswell as providing the checkstyle config rules. Specifically they are maintained in [`checkstyle-config`](https://bintray.com/patrickfav/maven/checkstyle-config). Locally the files will be copied after you `mvnw install` into your `target` folder and is called
690
+
This project uses my [`common-parent`](https://github.com/patrickfav/mvn-common-parent) which centralized a lot of
691
+
the plugin versions aswell as providing the checkstyle config rules. Specifically they are maintained in [`checkstyle-config`](https://github.com/patrickfav/checkstyle-config). Locally the files will be copied after you `mvnw install` into your `target` folder and is called
692
692
`target/checkstyle-checker.xml`. So if you use a plugin for your IDE, use this file as your local configuration.
0 commit comments