Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Fixed automatic site deployment during release
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-ivanov committed Apr 28, 2015
1 parent fd0dea5 commit 2bda15b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@

<distributionManagement>
<downloadUrl>https://bintray.com/sergei-ivanov/maven/maven-protoc-plugin/view</downloadUrl>
<site>
<!-- release:perform checks this element to determine whether site-deploy goal needs to be run -->
<id>gh-pages</id>
<url>https://github.com/sergei-ivanov/maven-protoc-plugin/tree/gh-pages</url>
</site>
<repository>
<id>bintray</id>
<name>Releases on Bintray</name>
Expand Down

0 comments on commit 2bda15b

Please sign in to comment.