This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-mime4j.git
commit ab94d32a188a74437664a08717efb333ece225e8 Author: Benoit Tellier <[email protected]> AuthorDate: Tue Mar 30 17:24:58 2021 +0700 JAMES-3226 Ignore Antora doc missing licenses --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6d40fd3..9fe64d4 100644 --- a/pom.xml +++ b/pom.xml @@ -160,6 +160,7 @@ </goals> <configuration> <excludes> + <exclude>**/docs/**</exclude> <exclude>CHANGELOG.*</exclude> <exclude>NOTICE.*</exclude> <exclude>LICENSE.*</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
