Parent Maven Project and additional templates
Go to file
Niclas Thobaben 31bfbd71a5
de.nclazz/maven-boot/pipeline/head There was a failure building this commit Details
BLD FIX missing packaging in pom
2020-11-30 23:19:08 +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 rm post stage for now (nothing to cleanup in docker image) 2020-11-30 21:47:31 +01:00
README.md BLD FIX missing packaging in pom 2020-11-30 23:19:08 +01:00
pom.xml BLD FIX missing packaging in pom 2020-11-30 23:19:08 +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>