Include Bintray/JCenter in parent POM for modules.
Bintray must be included in the profiles of the parent POM so that the submodules can find artifactory-maven-plugin when releasing to artifactory. Closed #1347. Related: #1317
This commit is contained in:
committed by
Mark Paluch
parent
f48e61cff0
commit
461a196600
@@ -676,6 +676,15 @@
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>jcenter</id>
|
||||
<name>bintray-plugins</name>
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
@@ -861,6 +870,15 @@
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>jcenter</id>
|
||||
<name>bintray-plugins</name>
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
|
||||
Reference in New Issue
Block a user