maven-boot/README.md

20 lines
606 B
Markdown
Raw Permalink Normal View History

# Maven Boot
[![Build Status](https://jenkins.niclas-thobaben.de/buildStatus/icon?job=NClazz%2Fmaven-boot%2Fmaster)](https://jenkins.niclas-thobaben.de/job/NClazz/job/maven-boot/job/master/)
2020-11-30 21:06:26 +01:00
This Project is the parent Maven project for all [de.nclazz](https://git.l--n.de/de.nclazz) projects.
It also contains some more or less useful templates and defaults for other projects.
2020-11-30 23:19:08 +01:00
## Usage
Include the <code>maven-boot</code> project as Parent into another maven-project:
````xml
<parent>
<groupId>de.nclazz</groupId>
<artifactId>maven-boot</artifactId>
<version>1.0.0</version>
</parent>
````