From: David ‘Bombe’ Roden Date: Tue, 12 Oct 2010 04:48:26 +0000 (+0200) Subject: Add attribute “Plugin-Main-Class” to manifest of generated JAR file. X-Git-Tag: 0.1-RC1~548 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=ed2ec0e47f4e7adb04424a144068d8bf9c6ba3af Add attribute “Plugin-Main-Class” to manifest of generated JAR file. --- diff --git a/pom.xml b/pom.xml index bf2759e..0979936 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,18 @@ 1.6 + + org.apache.maven.plugins + maven-jar-plugin + + + + Plugin-Main-Class + net.pterodactylus.sone.main.SonePlugin + + + +