Skip to content

swiftinc/parent-pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parent-pom

Maven Central

Overview

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.

Referencing the Parent POM

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>

License

See the LICENSE file for license rights and limitations (SWIFT).


About

Maven parent pom for SWIFT artifacts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published