Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.21 KB

Simon's Parent POM

Build License Bintray JCenter Maven Central

This is the parent POM that all my (future) java projects inherit from.

Requirements

  • Java Version 8 or later (the project is build against JDK 8, 11 and 15)

Usage

Add the following snippet to your pom.xml:

<parent>
    <groupId>org.tunnat</groupId>
    <artifactId>maven-parent</artifactId> 
    <version>LATEST</version>
</parent>

Legal

Copyright 2016 Simon Tunnat

Licensed under the Apache License, Version 2.0.