Skip to content

dvbern/oss-maven-parent-pom

Repository files navigation

oss-maven-parent-pom

This repository provides a Parent-POM usable for all DV Bern Open Source libraries.

Getting Started

Specify the parent in your root pom, e.g.:

<parent>
	<groupId>ch.dvbern.oss.maven</groupId>
	<artifactId>parent</artifactId>
	<version>1.0.3</version>
</parent>

Built With

  • Maven - Dependency Management

Contributing Guidelines

Please read CONTRIBUTING.md for the process for submitting pull requests to us.

Code of Conduct

One healthy social atmospehere is very important to us, wherefore we rate our Code of Conduct high. For details check the file CODE_OF_CONDUCT.md

Authors

  • DV Bern AG - Initial work - dvbern

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the License.md file for details.