You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2021/03/30 10:42:29 UTC

[james-mime4j] branch master updated: JAMES-3226 Ignore Antora doc missing licenses (#36)

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 88596b0  JAMES-3226 Ignore Antora doc missing licenses (#36)
88596b0 is described below

commit 88596b020432c7ca66eda4f11bda72bb4bbc703a
Author: Tellier Benoit <bt...@linagora.com>
AuthorDate: Tue Mar 30 17:42:22 2021 +0700

    JAMES-3226 Ignore Antora doc missing licenses (#36)
---
 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org