diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-09 12:13:22 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-10 21:46:00 +0200 |
commit | 5754546b32d829873f2cdd53faabb07dcf4539c9 (patch) | |
tree | 59c19d8f6896caeedb986214f4c2c73495a149e6 /pom.xml | |
parent | da518f4f3caae7f7f7f3bf3be942291b46b6fb2b (diff) | |
download | sonarqube-5754546b32d829873f2cdd53faabb07dcf4539c9.tar.gz sonarqube-5754546b32d829873f2cdd53faabb07dcf4539c9.zip |
Remove unused <prerequisites> field in Maven pom.xml
This field is used only by Maven 2. In Maven 3 the version is
checked by the enforcer plugin.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -104,10 +104,6 @@ <artifactsToPublish>${project.groupId}:sonar-application:zip</artifactsToPublish> </properties> - <prerequisites> - <maven>3.2</maven> - </prerequisites> - <build> <extensions> <extension> |