diff options
author | Jerry Flood <jflood@att.com> | 2018-10-22 10:14:23 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2018-10-22 10:34:11 -0400 |
commit | 2993f3d67f5831c08d57c8986e7e64e6d81cf7e3 (patch) | |
tree | 4a5b5f654a8daf57c8050a211d8d702fc69ad480 /cmso-database | |
parent | aa624eeabdb7815fb50139cc720a6e5893727b8c (diff) |
Update the cmso poms to enable push
Remove pact dependency and add others
Issue-ID: OPTFRA-373
Change-Id: I6d0302f56bec5a5de211d75fd99ddb56158210f0
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-database')
-rw-r--r-- | cmso-database/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml index 042a5da..23f38cb 100644 --- a/cmso-database/pom.xml +++ b/cmso-database/pom.xml @@ -71,7 +71,7 @@ <docker.push.registry>localhost:5000</docker.push.registry>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
<docker.skip.build>false</docker.skip.build>
- <docker.skip.push>true</docker.skip.push>
+ <docker.skip.push>false</docker.skip.push>
<docker.skip.tag>false</docker.skip.tag>
<skip.staging.artifacts>false</skip.staging.artifacts>
|