From df0bb785edb8a8a600f90df63864cc85f5cb982b Mon Sep 17 00:00:00 2001 From: Matija Obreza Date: Mon, 14 Jul 2014 15:06:44 +0200 Subject: [PATCH] mvn Build and Surefire plugins --- .classpath | 4 ++-- pom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index 9fc2de7..efcf778 100644 --- a/.classpath +++ b/.classpath @@ -22,12 +22,12 @@ - + - + diff --git a/pom.xml b/pom.xml index 3abf682..423b153 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,30 @@ 1.3.5 + + + + + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + once + -Xms512m -Xmx1024m + false + + + + + org.scribe -- GitLab