Skip to content

Commit 9bf4178

Browse files
committed
Include Bintray/JCenter repository to download artifactory maven plugin.
Closes #1317
1 parent e4b0da3 commit 9bf4178

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,17 @@
169169
</plugins>
170170

171171
</build>
172+
173+
<pluginRepositories>
174+
<pluginRepository>
175+
<snapshots>
176+
<enabled>false</enabled>
177+
</snapshots>
178+
<id>central</id>
179+
<name>bintray-plugins</name>
180+
<url>https://jcenter.bintray.com</url>
181+
</pluginRepository>
182+
</pluginRepositories>
172183
</profile>
173184

174185
<!-- Build profile for the build run to deploy to Maven Central -->

0 commit comments

Comments
 (0)