[java-idp-oidc] branch master updated: Exclude javadoc and sources from the binary distribution.

Henri Mikkonen henri.mikkonen at iki.fi
Tue Feb 18 12:22:42 EST 2020


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch master
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=b24286d9f0886384a4222ce707e9276999b07da3

The following commit(s) were added to refs/heads/master by this push:
       new  b24286d   Exclude javadoc and sources from the binary distribution.
b24286d is described below

commit b24286d9f0886384a4222ce707e9276999b07da3
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Feb 18 19:22:51 2020 +0200

    Exclude javadoc and sources from the binary distribution.
---
 idp-oidc-extension-distribution/src/assembly/dep.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-oidc-extension-distribution/src/assembly/dep.xml b/idp-oidc-extension-distribution/src/assembly/dep.xml
index b9f648b..c741a75 100644
--- a/idp-oidc-extension-distribution/src/assembly/dep.xml
+++ b/idp-oidc-extension-distribution/src/assembly/dep.xml
@@ -40,6 +40,8 @@
             </includes>
             <excludes>
                 <exclude>*test*.jar</exclude>
+                <exclude>*javadoc.jar</exclude>
+                <exclude>*sources.jar</exclude>
             </excludes>
         </fileSet>
         <fileSet>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list