qameta / opensource-parent

The parent pom.xml for our open source projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parent for our Maven projects

release-badge mavencentral-badge build-badge

The parent pom.xml for our Maven projects

To use simple add the following to your pom.xml:

<parent>
    <groupId>io.qameta</groupId>
    <artifactId>opensource-parent</artifactId>
    <version>$LATEST_VERSION</version>
</parent>

About

The parent pom.xml for our open source projects

License:Apache License 2.0