Parent Maven Project and additional templates
Go to file
Niclas Thobaben 764dac5f02
de.nclazz/maven-boot/pipeline/head This commit looks good Details
NClazz/maven-boot/pipeline/head There was a failure building this commit Details
DEV version 1.1.0-SNAPSHOT
2020-12-01 19:59:24 +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 DEV version 1.1.0-SNAPSHOT 2020-12-01 19:59:24 +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>