From c9e00be7ca141738efb741a529e8346f3f4cb758 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Wed, 7 Nov 2018 11:47:02 +0800 Subject: [PATCH] Closed #132 set repo in pom.xml --- contact-center/.dockerignore | 2 + contact-center/Dockerfile | 1 - contact-center/_m2/repository/.gitignore | 2 - contact-center/_m2/settings.xml | 209 ----------------------- contact-center/app/pom.xml | 13 ++ 5 files changed, 15 insertions(+), 212 deletions(-) delete mode 100644 contact-center/_m2/repository/.gitignore delete mode 100644 contact-center/_m2/settings.xml diff --git a/contact-center/.dockerignore b/contact-center/.dockerignore index 4ea25216..01004263 100644 --- a/contact-center/.dockerignore +++ b/contact-center/.dockerignore @@ -1,2 +1,4 @@ ./app/target/ ./logs/ +./tmp/ +./data/ diff --git a/contact-center/Dockerfile b/contact-center/Dockerfile index d23c49c7..2dca2952 100644 --- a/contact-center/Dockerfile +++ b/contact-center/Dockerfile @@ -29,7 +29,6 @@ ENV PATH=$PATH:$JAVA_HOME/bin:$MAVEN_HOME/bin RUN /bin/bash -c "mkdir -p /{data,logs}" # build WAR -COPY _m2/settings.xml /root/.m2/settings.xml COPY app /app COPY config /config WORKDIR /app diff --git a/contact-center/_m2/repository/.gitignore b/contact-center/_m2/repository/.gitignore deleted file mode 100644 index d6b7ef32..00000000 --- a/contact-center/_m2/repository/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/contact-center/_m2/settings.xml b/contact-center/_m2/settings.xml deleted file mode 100644 index d03e0c5b..00000000 --- a/contact-center/_m2/settings.xml +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - org.jboss.maven.plugins - - - - - - - - - - - - - - - - - - - - - - - - - chatopera - - - - - public - https://nexus.chatopera.com/repository/maven-public - true - true - - - - - public - https://nexus.chatopera.com/repository/maven-public/ - true - true - - - - - - chatopera - - diff --git a/contact-center/app/pom.xml b/contact-center/app/pom.xml index b856e7bb..732f33bb 100644 --- a/contact-center/app/pom.xml +++ b/contact-center/app/pom.xml @@ -368,6 +368,19 @@ compile + + + chatopera + Chatopera Inc. + https://nexus.chatopera.com/repository/maven-public + + true + + + true + + + hain