SAGARFIVE

Tutorials

3.1 What is a project in pom.xml?

  • This is the top-level element in all Maven pom.xml files.
  • This is the project root tag. You need to specify the basic schema settings such as apache schema and w3.org specification.

<project xmlns=”http://maven.apache.org/POM/4.0.0″ xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”  xsi:schemaLocation=”http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd”>