Author: Christian Simon <simon@illucit.com>
Copyright: illucIT Software GmbH
URL: www.illucit.com
License: The Apache License, Version 2.0
A simple maven project containing all relevant maven build configurations and default settings for illucIT Maven artifacts.
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>