Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
/ kotlin-maven Public template

Set up a project that uses Kotlin and Maven to target the JVM.

Notifications You must be signed in to change notification settings

bvanrijn/kotlin-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-maven

Set up a project that uses Kotlin and Maven to target the JVM.

It's based on Maven in 5 Minutes and Using Maven with Kotlin.

Setup

First, click the Use this template button and create a repository from that screen.

Then update pom.xml to change the name, group ID, artifact ID, et cetera, and update the src/main and src/test directory layout to match.

Usage

# Run tests and create a JAR
mvn package
# Run it
java -cp target/kotlin-maven-1.0-SNAPSHOT-jar-with-dependencies.jar com.mycompany.app.App

About

Set up a project that uses Kotlin and Maven to target the JVM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages