This POM is used to provide a standard and consistent build for Maven-based Java projects. It customizes the default behavior of Maven and supplies some organization-specific information to configure deployment settings and build profiles.
Add the Kaya Software OSS POM as the parent to a project:
<parent>
<groupId>kayasoftware.pom</groupId>
<artifactId>oss-parent</artifactId>
<version>1-SNAPSHOT</version>
</parent>