summaryrefslogtreecommitdiffstats
path: root/champ-lib
diff options
context:
space:
mode:
authorMichaelArrastia <MArrasti@amdocs.com>2018-03-22 16:49:59 +0000
committerMichaelArrastia <MArrasti@amdocs.com>2018-03-22 17:41:29 +0000
commit985b15821e37a82d90ca8939058f0a197558c3a1 (patch)
tree2807e5c8a559338178c3503ca4494a9a6f7c241d /champ-lib
parent970b263b6b1e12e11d3de4147caea150d0b74051 (diff)
Support maven deploy and docker build targets
This commit principally includes the following pom updates: 1. Add distributionManagement to fix jobs that run maven deploy. 2. Update way in which champ-service gets the graph-deps. This change specifically supports the docker build. Issue-ID: AAI-927 Change-Id: I5920de3c010b810a802f95ac82da89ea3989e7d9 Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
Diffstat (limited to 'champ-lib')
-rw-r--r--champ-lib/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml
index 32e716e..e6dd2f3 100644
--- a/champ-lib/pom.xml
+++ b/champ-lib/pom.xml
@@ -27,6 +27,12 @@ limitations under the License.
<packaging>pom</packaging>
<version>1.2.0-SNAPSHOT</version>
+ <parent>
+ <groupId>org.onap.aai</groupId>
+ <artifactId>champ</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+
<modules>
<module>champ-core</module>
<module>champ-titan</module>