Parent for our Maven projects
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>