Include Bintray/JCenter repository to download artifactory maven plugin.

Closes #1317
This commit is contained in:
Mark Paluch
2021-01-07 14:39:31 +01:00
parent e4b0da397e
commit 9bf4178da4

11
pom.xml
View File

@@ -169,6 +169,17 @@
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray-plugins</name>
<url>https://jcenter.bintray.com</url>
</pluginRepository>
</pluginRepositories>
</profile>
<!-- Build profile for the build run to deploy to Maven Central -->