Check style config to url (#4)

This commit is contained in:
vitaxa 2021-01-28 18:56:38 +03:00 committed by GitHub
parent 234c5ca57a
commit 59159e95e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
pom.xml
View File

@ -5,7 +5,7 @@
<packaging>pom</packaging>
<groupId>com.rbkmoney</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>RBKmoney parent</name>
<description>RBKmoney parent pom</description>
<url>https://github.com/rbkmoney/java-parent-pom</url>
@ -42,7 +42,7 @@
<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>
<checkstyle.config.path>https://raw.githubusercontent.com/rbkmoney/java-checkstyle-config/master/conf/rbkmoney_google_checkstyle.xml</checkstyle.config.path>
</properties>
<profiles>
@ -206,13 +206,6 @@
<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>