From d9f34351735896e6718785a02a2c77f52392b3e2 Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Mon, 14 Sep 2015 12:25:49 +0200 Subject: [PATCH] Created script pom.xml example --- examples/script/pom.xml | 74 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 examples/script/pom.xml diff --git a/examples/script/pom.xml b/examples/script/pom.xml new file mode 100644 index 0000000..32d3e17 --- /dev/null +++ b/examples/script/pom.xml @@ -0,0 +1,74 @@ + + + 4.0.0 + + org.parabot.script.writer + script-name + 2.5 + + + 1.7 + + + + + git-parabot + Parabot's Git based repo + https://github.com/parabot/Maven-Repository/raw/master/ + + + + + + org.parabot + client + 2.2 + + + org.parabot + 317provider + 1.1 + + + + + 98 + + + src/main/resources + true + + config.xml + + + + src/main/resources + false + + config.xml + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.7 + 1.7 + + + + org.apache.maven.plugins + maven-jar-plugin + + + src/main/resources/config.xml + + + + + +