Skip to content

Commit 76c92ef

Browse files
committed
Include Bintray/JCenter repository to download artifactory maven plugin.
Closes #1317
1 parent 8f28dcf commit 76c92ef

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
@@ -170,6 +170,17 @@
170170
</plugins>
171171

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

175186
<profile>

0 commit comments

Comments
 (0)