Skip to content

Commit 461a196

Browse files
gregturnmp911de
authored andcommitted
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
1 parent f48e61c commit 461a196

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

parent/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,15 @@
676676
</plugins>
677677
</pluginManagement>
678678
</build>
679+
680+
<pluginRepositories>
681+
<pluginRepository>
682+
<id>jcenter</id>
683+
<name>bintray-plugins</name>
684+
<url>https://jcenter.bintray.com</url>
685+
</pluginRepository>
686+
</pluginRepositories>
687+
679688
</profile>
680689

681690
<profile>
@@ -861,6 +870,15 @@
861870
</plugins>
862871
</pluginManagement>
863872
</build>
873+
874+
<pluginRepositories>
875+
<pluginRepository>
876+
<id>jcenter</id>
877+
<name>bintray-plugins</name>
878+
<url>https://jcenter.bintray.com</url>
879+
</pluginRepository>
880+
</pluginRepositories>
881+
864882
</profile>
865883

866884
<profile>

0 commit comments

Comments
 (0)