Skip to content

Commit

Permalink
Disable deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Rękawek committed Nov 17, 2019
1 parent 35b9313 commit 596d6c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<releaseProfiles>github</releaseProfiles>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 596d6c1

Please sign in to comment.