-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn site
fails because of some problem with DiffOperation
#777
Comments
I was able to reproduce this problem using Docker and the official Maven image: https://hub.docker.com/_/maven/ |
I was able to fix this by updating the
I guess it would be better if it was fixed upstream. What do you think @balhoff? |
@jamesaoverton thanks for adding that! Right now I'm not sure what else to do. These packages do exist. 😕 |
What version of Maven is everyone using? I'm using 3.5.2 on my machine, and I don't encounter this problem. |
I'm on 3.6.3 @balhoff |
I'm using Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) and I don't see the problem. But I was able to reproduce in Docker |
Maybe the varying factor is Java version? I don't have the problem with Java 8, but just tested Java 13 and I do see the problem. @matentzn is using this environment:
|
Yes, I think it's something to do with the Java version. But I'm hoping that the fix is as simple as updating all our Maven plugins #798. |
Here's my full environment too:
|
I'm now able to run |
When running
mvn site
, I get this error:It must have been around for a while, but it would be good to solve it at some point if we want to test stuff locally.. @beckyjackson and I share the problem. @jamesaoverton does not. Notably, I am using Java 14, Becky Java 8 and James Java 8 as well.. Maybe some kind of missing deep dependency?
@balhoff not urgent, but if you could take a look after the holidays, that would be great!
The text was updated successfully, but these errors were encountered: