I'm fiddling with maven to use with IzPack, but for some reason I keep getting the error that the izpack plugin pom is not a 4.0.0 pom.
In the repo1.maven repository, I see this tag in the pom: <modelVersion>4.0.0</modelVersion>
So, if my pom is 4.0.0 and the plugin pom is 4.0.0, why I do I get the message that the plugin is not 4.0.0?