I have three independent groovy maven-based projects that all started to fail on the same day with the same error. Not really sure why this is happening, there is a build error with the ever-helpful message "null". I'm suspecting something is going on with the gmaven plugin since the projects all share that in common and that's where the exception is being thrown.
If I mvn -e clean package, I get the following stack trace, which doesn't help me too much more. Does anyone have any ideas where to go with this?