nPrinciples cont..
n3. Declarative execution- POM
model.
npom.xml - *This pom will allow you to compile,
test and generate basic documentation.
n
§
§<project>
§ <modelVersion>4.0.0</modelVersion>
§
<groupId>com.mycompany.app</groupId>
§
<artifactId>javaero</artifactId>
§
<packaging>jar</packaging>
§
<version>1.0-SNAPSHOT</version>
§
<name>Javaero</name>
§
<url>http://maven.apache.org</url>
§
<description></description>
§ <dependencies>
§
<dependency>
§
<groupId>junit</groupId>
§
<artifactId>junit</artifactId>
§
<version>3.8.1</version>
§
<scope>test</scope>
§
</dependency>
§
</dependencies>
§</project>
name-
Display name used for
the
Project. Often used in
generated
Documentation, during
build process
Of the project, or
projects that use it
As a dependency