Skip to content

Commit

Permalink
Issue checkstyle#273: Launch/Diff Groovy should remove use of maven-c…
Browse files Browse the repository at this point in the history
…heckstyle-plugin
  • Loading branch information
nrmancuso committed Nov 28, 2020
1 parent 1592239 commit b9d19f4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions checkstyle-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<checkstyle-plugin.version>3.1.1</checkstyle-plugin.version>
<checkstyle.version>8.38-SNAPSHOT</checkstyle.version>
<sevntu-checkstyle.version>1.38.0</sevntu-checkstyle.version>
<jxr-plugin.version>2.5</jxr-plugin.version>
<checkstyle.config.location>https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml</checkstyle.config.location>
<checkstyle.failsOnError>true</checkstyle.failsOnError>
</properties>
Expand All @@ -36,11 +35,6 @@
<artifactId>sevntu-checks</artifactId>
<version>${sevntu-checkstyle.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>${jxr-plugin.version}</version>
</dependency>
</dependencies>
</plugin>

Expand Down Expand Up @@ -70,17 +64,6 @@
<failsOnError>${checkstyle.failsOnError}</failsOnError>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>${jxr-plugin.version}</version>
<!-- plugin do not have ability to define followinng by system property -->
<configuration>
<excludes>
<exclude>**/.ci-temp/**/*</exclude>
</excludes>
</configuration>
</plugin>

</plugins>
</reporting>
Expand Down

0 comments on commit b9d19f4

Please sign in to comment.