From 09a41f5bfa6008ce545f8745306145ad9264103b Mon Sep 17 00:00:00 2001 From: Gautam Shah Date: Wed, 11 Apr 2018 19:55:29 +0530 Subject: Reducing onboarding backend maven build time Reducing onboarding backend maven build time Change-Id: Iab7af70c0e9f60b8a50bef7937e802df5be89fd0 Issue-ID: SDC-1189 Signed-off-by: GAUTAMS --- .../onboarding-rest-war/pom.xml | 2 -- .../src/main/resources/logback-test.xml | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/resources/logback-test.xml (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index 04954fee62..39ed3aef06 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -251,8 +251,6 @@ http://www.github.com/kongchen/swagger-maven-plugin - ${basedir}/templates/strapdown.html.hbs - ${basedir}/target/generated/api.html ${basedir}/target/generated/swagger-ui diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/resources/logback-test.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/resources/logback-test.xml new file mode 100644 index 0000000000..f69355bd67 --- /dev/null +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/resources/logback-test.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + ${defaultPattern} + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg