/operator-parent-pom

Parent pom.xml with dependencyManagement and pluginManagement sections

Primary LanguageShellApache License 2.0Apache-2.0

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.