illucIT Maven parent
Parent Maven artifact for all illucIT projects with Maven.
License |
License
|
GroupId |
GroupIdcom.illucit |
ArtifactId |
ArtifactIdillucit-parent |
Last Version |
Last Version4 |
Release Date |
Release Date
|
Type |
Typepom |
Description |
Description
illucIT Maven parent
Parent Maven artifact for all illucIT projects with Maven.
|
Project URL |
Project URL
https://www.illucit.com
|
Project Organization |
Project Organization
illucIT Software GmbH
|
Source Code Management |
Source Code Management
https://github.com/illucIT/maven-illucit-parent
|
How to add to project
Dependencies
There are no dependencies for this project. It is a standalone project that does not depend on any other jars.
Project Modules
There are no modules declared in this project.
illucIT Parent: Parent Maven Project
Author: Christian Simon <[email protected]>
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>