The problem turned out to be a Scala CLASS file of length 161 characters. My path + 161 = ~260 characters
Running `mvn clean` on a Linux VM from a shared directory on Windows, I limited the length of the Scala CLASS names using the scalac option: " -Xmax-classfile-name" Full credit goes to monkjack - http://stackoverflow.com/a/23138361/409976 -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
