diff --git a/build/pom.xml b/build/pom.xml deleted file mode 100644 index ee51418a88..0000000000 --- a/build/pom.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - 4.0.0 - - org.sonatype.oss - oss-parent - 7 - - - - io.netty - netty-build - jar - 1-SNAPSHOT - - Netty/Build - - http://netty.io/ - - Resources required to build Netty - - - - The Netty Project - http://netty.io/ - - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - - - 2008 - - - https://github.com/netty/netty - scm:git:git://github.com/netty/netty.git - scm:git:ssh://git@github.com/netty/netty.git - - - - - netty.io - The Netty Project Contributors - netty@googlegroups.com - http://netty.io/ - The Netty Project - http://netty.io/ - - - - - - com.puppycrawl.tools - checkstyle - 5.5 - - - - diff --git a/build/src/main/java/io/netty/build/checkstyle/SuppressionFilter.java b/build/src/main/java/io/netty/build/checkstyle/SuppressionFilter.java deleted file mode 100644 index 86db7aa132..0000000000 --- a/build/src/main/java/io/netty/build/checkstyle/SuppressionFilter.java +++ /dev/null @@ -1,23 +0,0 @@ -package io.netty.build.checkstyle; - -import java.util.regex.Pattern; - -import com.puppycrawl.tools.checkstyle.api.AuditEvent; -import com.puppycrawl.tools.checkstyle.api.AutomaticBean; -import com.puppycrawl.tools.checkstyle.api.Filter; -import com.puppycrawl.tools.checkstyle.api.FilterSet; - -public class SuppressionFilter extends AutomaticBean implements Filter { - - private FilterSet filters = new FilterSet(); - private Pattern pattern; - - public void setPattern(String pattern) { - this.pattern = Pattern.compile(pattern); - } - - @Override - public boolean accept(AuditEvent evt) { - return !pattern.matcher(evt.getFileName()).find(); - } -} diff --git a/build/src/main/resources/io/netty/checkstyle.xml b/build/src/main/resources/io/netty/checkstyle.xml deleted file mode 100644 index 2c49ccbde3..0000000000 --- a/build/src/main/resources/io/netty/checkstyle.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 8545124536..4733f86f04 100644 --- a/pom.xml +++ b/pom.xml @@ -295,7 +295,7 @@ ${project.groupId} netty-build - 1-SNAPSHOT + 1