Most of my POM files look like this:

<project xmlns="http://maven.apache.org/POM/4.0.0"; ...
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  ...
</project>

I have always found it strange that there is a modelVersion element.
What purpose does it serve that the schema location can't? It seems
like a redundancy to me.

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to