Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 640 Bytes

operator-parent-pom

Build status License

Common Maven parent pom file with dependency management, plugin management and properties.

Usage

In your maven pom.xml use this:

    <parent>
        <groupId>io.radanalytics</groupId>
        <artifactId>operator-parent-pom</artifactId>
        <version>x.y.z</version>
    </parent>

where x.y.z is the version of this artifact.