Skip to content

Commit

Permalink
Skip checkstyle by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed May 22, 2018
1 parent d11ddc0 commit 81c3c0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions distribution/src/assembly/source-release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
<exclude>**/target/**</exclude>
<exclude>**/build/**</exclude>
<exclude>**/eclipse-classes/**</exclude>
<exclude>**/.*</exclude>
<exclude>**/.*/**</exclude>
<exclude>*.enc</exclude>
<exclude>*.gpg</exclude>
<exclude>**/surefire*</exclude>
Expand Down
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<maven_jacoco_version>0.8.1</maven_jacoco_version>
<apache-rat-plugin.version>0.12</apache-rat-plugin.version>
<arguments/>
<checkstyle.skip>true</checkstyle.skip>
</properties>

<modules>
Expand Down Expand Up @@ -592,18 +593,6 @@
<artifactId>maven-jetty-plugin</artifactId>
<version>${maven_jetty_version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven_checkstyle_version}</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.9</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 81c3c0d

Please sign in to comment.