]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unused <prerequisites> field in Maven pom.xml
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 9 Oct 2017 10:13:22 +0000 (12:13 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 10 Oct 2017 19:46:00 +0000 (21:46 +0200)
This field is used only by Maven 2. In Maven 3 the version is
checked by the enforcer plugin.

pom.xml

diff --git a/pom.xml b/pom.xml
index e94e041e9219f3eb39fa7aa81e51ce78a776e6ec..4f5562eedf81f6361c2d238e42fcc86ac40c6f20 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <artifactsToPublish>${project.groupId}:sonar-application:zip</artifactsToPublish>
   </properties>
 
-  <prerequisites>
-    <maven>3.2</maven>
-  </prerequisites>
-
   <build>
     <extensions>
       <extension>