If your maven build err's with RAT complaints about  tinkerpop.rya then
delete it.

The sub-project formerly known as "tinkerpop.rya" has recently been removed
from master. There is a new tinkerpop sub-project under a different name, I
think.

Anyway, I discovered that git won't delete the folder on checkout (in a
previously used git clone) because it had a "target" subfolder, which is
explicitly ignored.

So manually remove tinkerpop.rya:
 rm -rf  ./extras/tinkerpop.rya

And RAT will no longer complain.

david.

Reply via email to