From 93b9f60f0d0521322c97bbdf4b4beb2a3785765a Mon Sep 17 00:00:00 2001 From: Michael Stummvoll Date: Mon, 17 Dec 2012 09:23:51 +0100 Subject: [PATCH] changes in the pom.xml: - added an configuration for the maven-compiler-plugin - added project.build.sourceEncoding - added the dependency for the tools.jar --- pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 832fc1d..59b4ed3 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,10 @@ + + UTF-8 + + https://github.com/dspinellis/UMLGraph/ scm:git://github.com/dspinellis/UMLGraph.git @@ -34,7 +38,15 @@ - + + + sun.jdk + tools + 1.5.0 + system + ${java.home}/../lib/tools.jar + + @@ -45,6 +57,13 @@ + maven-compiler-plugin + 2.3.2 + + 1.5 + 1.5 + + org.apache.maven.plugins maven-jar-plugin