From f5384671462a6b27299292be720fd883e76fc593 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 16 Oct 2017 17:10:19 -0400 Subject: [PATCH] Remove javadoc and source jars Do not install ueb-listener javadoc or source jars. Change-Id: I5331739c80694a6b0bccdbdbbb150f232e8a67a7 Issue-ID: SDNC-129 Signed-off-by: Dan Timoney --- installation/ueb-listener/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml index ac602c3a..60c9c029 100644 --- a/installation/ueb-listener/pom.xml +++ b/installation/ueb-listener/pom.xml @@ -147,7 +147,7 @@ ${basedir}/target/docker-stage/opt/onap/sdnc/ueb-listener - bin/** + bin/**,**/*-javadoc.jar,**/*-sources.jar true true -- 2.16.6