Skip to content

Files

Latest commit

 

History

History

starters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Module starters

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>