From 8e01781be7bde439d24e142d5d0ebdde198bf76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Jamrich?= Date: Thu, 26 Jul 2012 16:15:19 +0200 Subject: [PATCH] Add Main-Class def into MANIFEST.MF Since jar file is created by maven-jar-plugin, configure plugin to add Main-Class property into MANIFEST.MF file. --- RushEye-Manager/pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/RushEye-Manager/pom.xml b/RushEye-Manager/pom.xml index d596f0b..900e4c2 100644 --- a/RushEye-Manager/pom.xml +++ b/RushEye-Manager/pom.xml @@ -13,7 +13,29 @@ UTF-8 - + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + true + + + + + + org.jboss.rusheye.manager.Main + + + + + + + junit