Repository: maven-indexer Updated Branches: refs/heads/master 7aaba9b7b -> 3fa32263d
disabled a few rules to reactivate Checkstyle Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/3fa32263 Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/3fa32263 Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/3fa32263 Branch: refs/heads/master Commit: 3fa32263dc43777ccd5edfa84eab1503113e583c Parents: 7aaba9b Author: Hervé Boutemy <hbout...@apache.org> Authored: Sun Nov 26 19:16:56 2017 +0100 Committer: Hervé Boutemy <hbout...@apache.org> Committed: Sun Nov 26 19:16:56 2017 +0100 ---------------------------------------------------------------------- pom.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/3fa32263/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a43f1d3..615959e 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ under the License. <javaVersion>7</javaVersion> <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile> <failsafe.redirectTestOutputToFile>true</failsafe.redirectTestOutputToFile> + <checkstyle.violation.ignore>MagicNumber,ParameterNumber,MethodLength,JavadocType,AvoidNestedBlocks,InterfaceIsType</checkstyle.violation.ignore> <eclipse-sisu.version>0.3.3</eclipse-sisu.version> <lucene.version>5.5.5</lucene.version> @@ -408,18 +409,6 @@ under the License. </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <!-- - olamy do not fail the build because of some white spaces somewhere - yup I have a lot of other smart/interesting stuff to do in my life!! - --> - <failOnViolation>false</failOnViolation> - <failsOnError>false</failsOnError> - </configuration> - </plugin> <plugin><!-- TODO remove when upgrading to parent pom 31 --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId>