From: Evgeny Mandrikov Date: Tue, 7 Feb 2012 16:00:37 +0000 (+0400) Subject: SONAR-3245 Minimal version of Maven to build Sonar - 2.2.1 X-Git-Tag: 2.14~152 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a0a695c883e0602c649eec8585bcd3e1560d04d2;p=sonarqube.git SONAR-3245 Minimal version of Maven to build Sonar - 2.2.1 --- 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}