maven-boot/README.md

606 B

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>