-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable checkstyle and spotless plugins - code reformat
- Loading branch information
1 parent
8a9addf
commit f97cc25
Showing
32 changed files
with
1,873 additions
and
2,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,7 @@ | |
|
||
<name>Extra Enforcer Rules</name> | ||
|
||
<description> | ||
Extra Enforcer Rules. These are extra rules for Apache Maven's Enforcer Plugin. | ||
</description> | ||
<description>Extra Enforcer Rules. These are extra rules for Apache Maven's Enforcer Plugin.</description> | ||
<url>https://www.mojohaus.org/extra-enforcer-rules/</url> | ||
|
||
<inceptionYear>2011</inceptionYear> | ||
|
@@ -27,13 +25,6 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/mojohaus/extra-enforcer-rules.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mojohaus/extra-enforcer-rules.git</developerConnection> | ||
<url>https://github.com/mojohaus/extra-enforcer-rules/tree/master</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<developers> | ||
<developer> | ||
<name>Stephen Connolly</name> | ||
|
@@ -58,6 +49,13 @@ | |
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/mojohaus/extra-enforcer-rules.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/mojohaus/extra-enforcer-rules.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<url>https://github.com/mojohaus/extra-enforcer-rules/tree/master</url> | ||
</scm> | ||
|
||
<properties> | ||
<!-- some of plugins requires JDK 11 --> | ||
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion> | ||
|
@@ -159,12 +157,12 @@ | |
</build> | ||
|
||
<reporting> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-invoker-plugin</artifactId> | ||
</plugin> | ||
</plugins> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-invoker-plugin</artifactId> | ||
</plugin> | ||
</plugins> | ||
</reporting> | ||
|
||
<profiles> | ||
|
@@ -220,6 +218,10 @@ | |
<jdk>[11,)</jdk> | ||
</activation> | ||
|
||
<properties> | ||
<checkstyle.violation.ignore>MagicNumber</checkstyle.violation.ignore> | ||
</properties> | ||
|
||
<build> | ||
<!--- newer versions of plugins requires JDK 11 --> | ||
<plugins> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.