Parent Maven Project and additional templates
Go to file
Niclas Thobaben fc5a42a54e
de.nclazz/maven-boot/pipeline/head There was a failure building this commit Details
NClazz/maven-boot/pipeline/head This commit looks good Details
BLD FIX docker agent jenkins home volume
2020-12-01 00:53:19 +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 BLD FIX docker agent jenkins home volume 2020-12-01 00:39:10 +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>