File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 35
35
<url >https://github.com/sfeir-open-source/sonar-clover/issues</url >
36
36
</issueManagement >
37
37
38
+ <distributionManagement >
39
+ <repository >
40
+ <id >bintray-sfeir-open-source-maven</id >
41
+ <name >sfeir-open-source-maven</name >
42
+ <url >https://api.bintray.com/maven/sfeir-open-source/maven/sonar-clover/;publish=1</url >
43
+ </repository >
44
+ </distributionManagement >
45
+
38
46
<properties >
39
47
<sonar .version>6.7.1</sonar .version>
40
48
<sonar .pluginName>Clover</sonar .pluginName>
Original file line number Diff line number Diff line change 4
4
https://maven.apache.org/xsd/settings-1.0.0.xsd" >
5
5
<servers >
6
6
<server >
7
- <id >${env.BINTRAY_NAMESPACE} </id >
7
+ <id >bintray-sfeir-open-source-maven </id >
8
8
<username >${env.BINTRAY_USER}</username >
9
9
<password >${env.BINTRAY_PASSWORD}</password >
10
10
</server >
You can’t perform that action at this time.
0 commit comments