aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-01 14:25:19 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-03-02 10:41:26 -0500
commitacdfea02e26e402a00068a1c5218f26990670dad (patch)
tree2634a75f8d0a3a7cbffa17feee8966e3d0239b13 /pom.xml
parentbd14de825f1ad7ce911162c659bd81725226232d (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.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/pom.xml b/pom.xml
index b75b3a4b..fc77c13c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>