Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

GroundWork POM QuickStart

Patrick Bösch edited this page Nov 30, 2016 · 3 revisions

Installation

Just add the GroundWork-POM as parent to your POM

<parent>
    <groupId>ch.viascom.groundwork</groupId>
    <artifactId>pom</artifactId>
    <version>1.1-SNAPSHOT</version>
</parent>