From 546669ead039731a1c654b8d77ca888c78727d1e Mon Sep 17 00:00:00 2001 From: Dark98 Date: Sun, 31 Oct 2021 02:03:21 +0000 Subject: [PATCH] Add Plugins/Kotlin Support To Maven --- 2006Scape Server/pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/2006Scape Server/pom.xml b/2006Scape Server/pom.xml index b6e7b888..4268c345 100644 --- a/2006Scape Server/pom.xml +++ b/2006Scape Server/pom.xml @@ -9,6 +9,11 @@ 1.0 jar + + 1.5.31 + true + + libs-local @@ -18,6 +23,11 @@ + + org.jetbrains.kotlin + kotlin-stdlib + ${kotlin.version} + org.apache.commons @@ -154,14 +164,60 @@ + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + + + ${project.basedir}/plugins + ${project.basedir}/src/main/java + + + + + org.apache.maven.plugins maven-compiler-plugin + 3.5.1 8 8 UTF-8 + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + compile + + compile + + + + java-test-compile + test-compile + + testCompile + + + maven-assembly-plugin