Maven pom.xml example
<project> <groupId>com.helloworld</groupId> <version>SNAPSHOT-1.0</version> <packaging>jar</packaging> <artifactId>HelloWorld</artifactId> <modelVersion>4.0.0</modelVersion> </procject>