Skip to content

Commit

Permalink
disable centralsync-maven-plugin plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Malafeev <sergeymalafeev@gmail.com>
  • Loading branch information
malafeev committed Sep 26, 2019
1 parent 1825884 commit 7af15c1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Expand Up @@ -129,16 +129,16 @@
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>io.zipkin.centralsync-maven-plugin</groupId>
<artifactId>centralsync-maven-plugin</artifactId>
<version>0.1.1</version>
<configuration>
<subject>opentracing</subject>
<repo>maven</repo>
<packageName>opentracing-mongo-driver</packageName>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <groupId>io.zipkin.centralsync-maven-plugin</groupId>-->
<!-- <artifactId>centralsync-maven-plugin</artifactId>-->
<!-- <version>0.1.1</version>-->
<!-- <configuration>-->
<!-- <subject>opentracing</subject>-->
<!-- <repo>maven</repo>-->
<!-- <packageName>opentracing-mongo-driver</packageName>-->
<!-- </configuration>-->
<!-- </plugin>-->
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down

0 comments on commit 7af15c1

Please sign in to comment.