diff --git a/pom.xml b/pom.xml
index 6a3fe52405..820b29c1fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
3.0.0-M1
2.5.3
2.18
+ 1.13.9
true
true
@@ -236,6 +237,11 @@
+
+ io.takari.maven.plugins
+ takari-lifecycle-plugin
+ ${maven.takari-lifecycle-plugin.verson}
+
org.apache.maven.plugins
maven-compiler-plugin
@@ -243,6 +249,9 @@
${java.version}
${java.version}
+
+ true
+ true
@@ -328,10 +337,35 @@
maven-jar-plugin
${maven.jar.plugin.version}
+
+ io.takari.maven.plugins
+ takari-lifecycle-plugin
+ ${maven.takari-lifecycle-plugin.verson}
+
+
+ compile
+
+ compile
+
+ compile
+
+ 8
+ proc
+
+ javac
+
+
+
+
org.apache.maven.plugins
maven-compiler-plugin
${maven.compiler.plugin.version}
+
+
+ true
+ true
+
diff --git a/runelite-plugin-archetype/src/main/resources/archetype-resources/pom.xml b/runelite-plugin-archetype/src/main/resources/archetype-resources/pom.xml
index 11882b973e..101f936b5c 100644
--- a/runelite-plugin-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/runelite-plugin-archetype/src/main/resources/archetype-resources/pom.xml
@@ -5,7 +5,7 @@
\${groupId}
\${artifactId}
\${version}
- jar
+ takari-jar
UTF-8