This module holds the Maven parent POMs with Kotlin setup to ease the project creation using
Maven. To use them declare the following parent
section inside your
pom.xml
file:
<parent>
<groupId>com.hexagontk</groupId>
<artifactId>kotlin_pom</artifactId>
<version>$VERSION</version>
</parent>
Or:
<parent>
<groupId>com.hexagontk</groupId>
<artifactId>kotlin_lean_pom</artifactId>
<version>$VERSION</version>
</parent>