Skip to content

Commit

Permalink
get rid of maven centralsync 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 Oct 1, 2019
1 parent e358991 commit a8d51d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Expand Up @@ -145,16 +145,6 @@
<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-redis-client</packageName>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions travis/publish.sh
Expand Up @@ -118,11 +118,6 @@ if is_pull_request; then
elif is_travis_branch_master; then
./mvnw --batch-mode -s ./.settings.xml -Prelease -nsu -q -DskipTests deploy

# If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N
if is_release_commit; then
./mvnw --batch-mode -s ./.settings.xml -nsu -q -N io.zipkin.centralsync-maven-plugin:centralsync-maven-plugin:sync
fi

# If we are on a release tag, the following will update any version references and push a version tag for deployment.
elif build_started_by_tag; then
safe_checkout_master
Expand Down

0 comments on commit a8d51d7

Please sign in to comment.