Parent Maven Project and additional templates
Go to file
Niclas Thobaben b40f61ddfd
NClazz/maven-boot/pipeline/head There was a failure building this commit Details
fixed README.md build status badge link
2020-12-02 16:14:49 +01:00
templates initial setup 2020-11-30 21:06:26 +01:00
.gitignore initial setup 2020-11-30 21:06:26 +01:00
Jenkinsfile BLD FIX docker agent jenkins home volume 2020-12-01 00:53:19 +01:00
README.md fixed README.md build status badge link 2020-12-02 16:14:49 +01:00
pom.xml BLD maven add DistributionManagement 2020-11-30 23:29:48 +01:00

README.md

Maven Boot

Build Status

This Project is the parent Maven project for all de.nclazz projects.

It also contains some more or less useful templates and defaults for other projects.

Usage

Include the maven-boot project as Parent into another maven-project:


	<parent>
		<groupId>de.nclazz</groupId>
		<artifactId>maven-boot</artifactId>
		<version>1.0.0</version>
	</parent>