Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 672 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 672 Bytes

Stories in Ready

Parent POM for Kaya Software's open source projects

About

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.

Usage

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>