From 461a196600f393c10d8e4f5c15eadae1979c72a0 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Fri, 15 Jan 2021 09:14:52 -0600 Subject: [PATCH] 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 --- parent/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index dee9ac5f..743bd562 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -676,6 +676,15 @@ + + + + jcenter + bintray-plugins + https://jcenter.bintray.com + + + @@ -861,6 +870,15 @@ + + + + jcenter + bintray-plugins + https://jcenter.bintray.com + + +