You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by xi...@apache.org on 2023/02/03 21:28:52 UTC

[tinkerpop] branch master updated: add new docs folder to license check exclusion CTR

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

xiazcy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c46c4ec58 add new docs folder to license check exclusion CTR
3c46c4ec58 is described below

commit 3c46c4ec582d71fa0858e988010aa140ed6f13d5
Author: Yang Xia <55...@users.noreply.github.com>
AuthorDate: Fri Feb 3 13:28:43 2023 -0800

    add new docs folder to license check exclusion CTR
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6daeef426c..b457fc929c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,6 +407,7 @@ limitations under the License.
                         <exclude>data/*.txt</exclude>
                         <exclude>**/bin/gremlin.sh</exclude>
                         <exclude>docs/static/**</exclude>
+                        <exclude>docs/original/**</exclude>
                         <exclude>docs/site/home/css/**</exclude>
                         <exclude>docs/site/home/js/**</exclude>
                         <exclude>docs/gremlint/build/**</exclude>