From e06fc7d961d51a38917737d86804b7608bd7a711 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 19 Sep 2012 22:18:50 +0200 Subject: [PATCH] Add configuration for maven exec plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This will allow “mvn exec:java” to run jSite. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 574c52b..4d9b0e3 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,14 @@ + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + de.todesbaum.jsite.main.Main + + -- 2.7.4