Require at least Maven 3.0.1 to build Checkstyle - fixes #620

This commit is contained in:
Michal Kordas 2015-02-13 18:14:17 +01:00 committed by Roman Ivanov
parent 456d918a77
commit a03a2c5c51
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
<description>Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard</description>
<prerequisites>
<maven>3.0.1</maven>
</prerequisites>
<licenses>
<license>
<name>GNU Lesser General Public License</name>