diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-01 14:25:19 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-03-02 10:41:26 -0500 |
commit | acdfea02e26e402a00068a1c5218f26990670dad (patch) | |
tree | 2634a75f8d0a3a7cbffa17feee8966e3d0239b13 /pom.xml | |
parent | bd14de825f1ad7ce911162c659bd81725226232d (diff) |
Modify docker to build base only
Adding in push of policy-base so we can test the new
docker image builds for policy/engine and policy/drools-pdp
Issue-ID: POLICY-623
Change-Id: I0d4c94f559c6c06e88d97e3e2c53859c0f36afaa
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -41,31 +41,6 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> - <repositories> - <!-- LF repositories --> - <repository> - <id>ecomp-releases</id> - <name>Release Repository</name> - <url>${nexusproxy}/content/repositories/releases/</url> - </repository> - <repository> - <id>ecomp-staging</id> - <name>Staging Repository</name> - <url>${nexusproxy}/content/repositories/staging/</url> - </repository> - <repository> - <id>ecomp-snapshots</id> - <name>Snapshots Repository</name> - <url>${nexusproxy}/content/repositories/snapshots/</url> - </repository> - <repository> - <id>ecomp-public</id> - <name>Public Repository</name> - <url>${nexusproxy}/content/repositories/public/</url> - </repository> - <!-- LF repositories END--> - </repositories> - <build> <plugins> <plugin> |