mirror of
https://github.com/valitydev/spring-boot-starter-parent.git
synced 2024-11-06 00:15:20 +00:00
Revert checkstyle plugin (#31)
This commit is contained in:
parent
da34c4be16
commit
b06cd4a702
32
pom.xml
32
pom.xml
@ -9,7 +9,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.3.8.EXPERIMENTAL</version>
|
||||
<version>2.3.8</version>
|
||||
<description>RBKmoney spring boot starter parent</description>
|
||||
<name>RBKmoney spring boot starter parent</name>
|
||||
<url>https://github.com/rbkmoney/spring-boot-starter-parent</url>
|
||||
@ -44,7 +44,6 @@
|
||||
<pubSnapRepo>https://oss.sonatype.org/content/repositories/snapshots</pubSnapRepo>
|
||||
<pubStagingRepoId>ossrh</pubStagingRepoId>
|
||||
<pubStagingRepo>https://oss.sonatype.org/</pubStagingRepo>
|
||||
<checkstyle.config.path>rbkmoney_google_checkstyle.xml</checkstyle.config.path>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
@ -272,35 +271,6 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>java-checkstyle-config</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>validate</id>
|
||||
<phase>validate</phase>
|
||||
<configuration>
|
||||
<configLocation>${checkstyle.config.path}</configLocation>
|
||||
<encoding>UTF-8</encoding>
|
||||
<failsOnError>true</failsOnError>
|
||||
<consoleOutput>true</consoleOutput>
|
||||
<violationSeverity>warning</violationSeverity>
|
||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
|
Loading…
Reference in New Issue
Block a user