From ed2ec0e47f4e7adb04424a144068d8bf9c6ba3af Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 12 Oct 2010 06:48:26 +0200 Subject: [PATCH] =?utf8?q?Add=20attribute=20=E2=80=9CPlugin-Main-Class?= =?utf8?q?=E2=80=9D=20to=20manifest=20of=20generated=20JAR=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + + + + -- 2.7.4