Github user pluradj commented on the issue: https://github.com/apache/tinkerpop/pull/456 RAT exclusion works. A Windows user shouldn't be touching those symbolic links anyway. ``` diff --git a/pom.xml b/pom.xml index 2e67eda..5351689 100644 --- a/pom.xml +++ b/pom.xml @@ -293,6 +293,8 @@ limitations under the License. <exclude>**/_bsp/**</exclude> <exclude>DEPENDENCIES</exclude> <exclude>**/.glv</exclude> + <exclude>bin/gremlin.sh</exclude> + <exclude>gremlin-console/bin/gremlin.sh</exclude> </excludes> ``` @pauljackson Can you get the exclusions added in `pom.xml` to the PR and retarget it to `apache:tp31`?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---