mirror of
https://github.com/valitydev/library-parent-pom.git
synced 2024-11-06 02:45:17 +00:00
Check style config to url (#4)
This commit is contained in:
parent
234c5ca57a
commit
59159e95e2
11
pom.xml
11
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user