From 25cb62d5987fdb4e76484856d85c4f9291d5d646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Gagn=C3=A9?= Date: Sun, 7 Sep 2014 23:44:43 -0400 Subject: Initial version This is a Java project template for the Luna version of Eclipse JDT and Eclipse m2e. It also enables the FindBugs builder. --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f712b52 --- /dev/null +++ b/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + ca.fragag + java-template + 0.0.1-SNAPSHOT + jar + + java-template + https://github.com/FraGag/java-template + + + UTF-8 + + + + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + -- cgit v1.2.3