Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1014 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 1014 Bytes

illucIT Logo

illucIT Parent: Parent Maven Project

Maven Central

Author: Christian Simon <simon@illucit.com>
Copyright: illucIT Software GmbH
URL: www.illucit.com
License: The Apache License, Version 2.0

What is it?

A simple maven project containing all relevant maven build configurations and default settings for illucIT Maven artifacts.

Use it

To use this as your maven parent, set the following parent tag in you Maven pom.xml:

<parent>
    <groupId>com.illucit</groupId>
    <artifactId>illucit-parent</artifactId>
    <version>4</version>
</parent>