This is the parent pom for all projects maintained by SWIFT developers.
Use of the pom is intended to:
- Establish a predictable baseline of goals.
- Make builds maintainable by avoiding duplication information.
To reference the parent pom, include the following in the child pom.xml
:
<parent>
<groupId>com.swift</groupId>
<artifactId>parent-pom</artifactId>
<version>$version</version>
</parent>
See the LICENSE file for license rights and limitations (SWIFT).