See [http://maven. apache.org/pom.html](http://maven. apache.org/pom.html)
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.packt</groupId>
<artifactId>sample-one</artifactId>
<version>1.0.0</version>
</project>Bundled with Maven in MAVEN_HOME/lib/maven-model-builder- 3.2.3.jar - org/apache/maven/model/pom-4.0.0.xml - defines
- Maven central repository
- Maven central plugin repository
- Required information to build a project in
<build> - A
<reporting>section - The default build profile
Define "blocks" with the same ID as in the Super POM. Show "effective" POM with
mvn help:effective-pom