Parent Maven Project and additional templates
Go to file
Niclas Thobaben 6790a7a8db
de.nclazz/maven-boot/pipeline/head There was a failure building this commit Details
BLD maven add DistributionManagement
2020-11-30 23:29:48 +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 maven add DistributionManagement 2020-11-30 23:29:48 +01:00
README.md BLD FIX missing packaging in pom 2020-11-30 23:19:08 +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>