Skip to content

Commit

Permalink
fix(CI/CD): add missing distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Proum committed Sep 27, 2019
1 parent 6d7c669 commit cdecb61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
<url>https://github.com/sfeir-open-source/sonar-clover/issues</url>
</issueManagement>

<distributionManagement>
<repository>
<id>bintray-sfeir-open-source-maven</id>
<name>sfeir-open-source-maven</name>
<url>https://api.bintray.com/maven/sfeir-open-source/maven/sonar-clover/;publish=1</url>
</repository>
</distributionManagement>

<properties>
<sonar.version>6.7.1</sonar.version>
<sonar.pluginName>Clover</sonar.pluginName>
Expand Down
2 changes: 1 addition & 1 deletion travis.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>${env.BINTRAY_NAMESPACE}</id>
<id>bintray-sfeir-open-source-maven</id>
<username>${env.BINTRAY_USER}</username>
<password>${env.BINTRAY_PASSWORD}</password>
</server>
Expand Down

0 comments on commit cdecb61

Please sign in to comment.