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 1598b31
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions checkstyle-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,14 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<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>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${checkstyle-plugin.version}</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>${checkstyle.version}</version>
</dependency>
<dependency>
<groupId>com.github.sevntu-checkstyle</groupId>
<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>

</plugins>
</build>

Expand All @@ -59,28 +34,6 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${checkstyle-plugin.version}</version>
<!-- Specifying configuration here will take effect on the execution of "mvn site",
but will not take effect on the execution of "mvn checkstyle:checkstyle" -->
<configuration>
<enableFilesSummary>false</enableFilesSummary>
<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 1598b31

Please sign in to comment.