Skip to content

PicnicSupermarket/oss-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picnic OSS Maven Parent

GitHub Actions Maven Central SonarCloud Quality Gate SonarCloud Bugs SonarCloud Vulnerabilities SonarCloud Maintainability

The Maven parent POM for open-source Java projects by Picnic. This POM closely resembles the one used for Picnic-internal projects.

How to Use

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>

Contributing

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.