From dc856bba284798fa8f1484abf8fc8140008ececb Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Mon, 13 Aug 2018 13:27:52 +0300 Subject: maven improvements and clean up update plugging to latest available versions, remove un needed files from source control clean up commented sections. disable verbose for docker plug in. add logback file for tests to disable out put by default. update logging calls to new api. disable logging on debug level. update docker run to include simulator on demand Change-Id: Icc0fb7add6dd4fe65f5f3d8dd309fd8dae2681fc Issue-ID: SDC-1639 Signed-off-by: Michael Lando --- services/activity-spec/activity-spec-web/activity-spec-api-docs/pom.xml | 1 + services/activity-spec/activity-spec-web/activity-spec-war/pom.xml | 2 ++ services/activity-spec/activity-spec-web/pom.xml | 1 + services/activity-spec/pom.xml | 1 - 4 files changed, 4 insertions(+), 1 deletion(-) (limited to 'services') diff --git a/services/activity-spec/activity-spec-web/activity-spec-api-docs/pom.xml b/services/activity-spec/activity-spec-web/activity-spec-api-docs/pom.xml index a0551cbc49..5ab1458892 100644 --- a/services/activity-spec/activity-spec-web/activity-spec-api-docs/pom.xml +++ b/services/activity-spec/activity-spec-web/activity-spec-api-docs/pom.xml @@ -24,6 +24,7 @@ + org.apache.maven.plugins maven-antrun-plugin diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/pom.xml b/services/activity-spec/activity-spec-web/activity-spec-war/pom.xml index 43fa19f7e1..1102810db9 100644 --- a/services/activity-spec/activity-spec-web/activity-spec-war/pom.xml +++ b/services/activity-spec/activity-spec-web/activity-spec-war/pom.xml @@ -25,6 +25,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -33,6 +34,7 @@ + org.apache.maven.plugins maven-war-plugin ${mvn.war.version} diff --git a/services/activity-spec/activity-spec-web/pom.xml b/services/activity-spec/activity-spec-web/pom.xml index 256e4fb220..c4226b973b 100644 --- a/services/activity-spec/activity-spec-web/pom.xml +++ b/services/activity-spec/activity-spec-web/pom.xml @@ -27,6 +27,7 @@ + org.apache.maven.plugins maven-resources-plugin 3.0.2 diff --git a/services/activity-spec/pom.xml b/services/activity-spec/pom.xml index 2b4aa6cd0f..c39b8f265c 100644 --- a/services/activity-spec/pom.xml +++ b/services/activity-spec/pom.xml @@ -63,7 +63,6 @@ docker-maven-plugin ${mvn.docker.version} - false nexus3.onap.org:10001 -- cgit 1.2.3-korg