From a0a695c883e0602c649eec8585bcd3e1560d04d2 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Tue, 7 Feb 2012 20:00:37 +0400 Subject: [PATCH] SONAR-3245 Minimal version of Maven to build Sonar - 2.2.1 --- pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5ef077289b4..22932f9cea3 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,11 @@ + + + ${maven.min.version} + + @@ -288,13 +294,12 @@ true - To build this project JDK ${jdk.min.version} (or upper) is required. Please install it. - + To build this project JDK ${jdk.min.version} (or upper) is required. Please install it. ${jdk.min.version} - (,2.1.0),(2.1.0,2.2.0),(2.2.0,) - Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. + To build this project Maven ${maven.min.version} (or upper) is required. Please install it. + ${maven.min.version} -- 2.39.5