diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-16 22:03:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-16 22:03:02 +0000 |
commit | 008057387a2835cab0b024b75c300853450cc3e3 (patch) | |
tree | 8231c6deefb6abb15330f3dfe1aee56460c7d943 /installation | |
parent | 506450b86f3ac9631ad3370728200370e43c29a2 (diff) | |
parent | dff2354e11c2cf2f5b7821d7c62fe3c7ca3aacf4 (diff) |
Merge "Remove javadoc and source jars"
Former-commit-id: bc33d4b0d7469a66caf9206a6823470f5f715179
Diffstat (limited to 'installation')
-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> |