diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-16 17:10:19 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-16 17:10:19 -0400 |
commit | dff2354e11c2cf2f5b7821d7c62fe3c7ca3aacf4 (patch) | |
tree | 7168bb3f6b7c1e91e878a69d6118101ee2476f25 | |
parent | 82210588ad73e6b06d6e687278caa5fe1f453225 (diff) |
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 <dtimoney@att.com>
Former-commit-id: f5384671462a6b27299292be720fd883e76fc593
-rw-r--r-- | installation/ueb-listener/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </artifactItem> </artifactItems> <outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/ueb-listener</outputDirectory> - <excludes>bin/**</excludes> + <excludes>bin/**,**/*-javadoc.jar,**/*-sources.jar</excludes> <overWriteReleases>true</overWriteReleases> <overWriteSnapshots>true</overWriteSnapshots> </configuration> |