So you build and test in one directory of maven, then suddenly it stops working? In my case at least, what happened is that I’d done a test in another directory of a different version of the same project and it installed those “bizarrely new” files in the maven repository and thus was using old copies.
And it didn’t notice this?
What in the heck?