Last updated Mar 27, 2024

Maven warning POM for X is invalid

You may see a Maven warning "[WARN] POM for 'X' is invalid.... Reason: Not a v4.0.0 POM"

The warning just means that this particular library has not been upgraded to have a Maven 2 POM yet. It will still work fine in your build, and you can safely ignore these errors. As we get all our dependencies moved over to Maven 2, and these errors will become less and less frequent.

Rate this page: