Fixed rat checks now that /site moved under /docs
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e5f2f6dd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e5f2f6dd Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e5f2f6dd Branch: refs/heads/TINKERPOP-1235 Commit: e5f2f6dd0f6ccc8b73929b85942ab3a024321fd0 Parents: 7bfc868 Author: Stephen Mallette <[email protected]> Authored: Thu Oct 27 08:02:51 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Oct 27 08:02:51 2016 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e5f2f6dd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b70a390..9357836 100644 --- a/pom.xml +++ b/pom.xml @@ -296,8 +296,8 @@ limitations under the License. <exclude>**/.glv</exclude> <exclude>bin/gremlin.sh</exclude> <exclude>gremlin-console/bin/gremlin.sh</exclude> - <exclude>site/home/css/**</exclude> - <exclude>site/home/js/**</exclude> + <exclude>docs/site/home/css/**</exclude> + <exclude>docs/site/home/js/**</exclude> </excludes> <licenses> <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/>
