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 267d1b9452
commit ca23450f06

11
pom.xml
View File

@@ -170,6 +170,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>
<profile>