The Maven parent POM for open-source Java projects by Picnic. This POM closely resembles the one used for Picnic-internal projects.
Artifacts are hosted on Maven's Central Repository. To
use the POM in your own project, declare it as a parent in your pom.xml
file:
<parent>
<groupId>tech.picnic</groupId>
<artifactId>oss-parent</artifactId>
<version>0.0.3</version>
</parent>
Contributions are welcome! Feel free to file an issue or open a pull request. Note that any contribution must either be compatible with Picnic projects that use the parent, or allow for those projects to be made compatible.
When submitting changes, please make every effort to follow existing conventions and style in order to keep the configuration as readable as possible.