From: David ‘Bombe’ Roden Date: Wed, 19 Sep 2012 20:18:50 +0000 (+0200) Subject: Add configuration for maven exec plugin. X-Git-Tag: 0.11^2~11 X-Git-Url: https://git.pterodactylus.net/?p=jSite.git;a=commitdiff_plain;h=e06fc7d961d51a38917737d86804b7608bd7a711 Add configuration for maven exec plugin. This will allow “mvn exec:java” to run jSite. --- 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 + +