openclover / clover

This repository contains source code of OpenClover Core as well as its integrations: Clover-for-Ant, Clover-for-Eclipse and Clover-for-IDEA plugins. Sources are licensed under Apache 2.0 license.
Other
57 stars 14 forks source link

Update minimum Maven version to 3.3.1 #236

Closed marek-parfianowicz closed 5 months ago

marek-parfianowicz commented 5 months ago

Currently clover-maven-plugin is built against Maven 3.0.4, which has been released 12 years ago. Update minimum Maven version required by the clover-maven-plugin to 3.3.1, which is 8-years old (2015-03-18) and requires at least Java 7. This will allow to use newer versions of dependencies and Maven APIs.

References: https://maven.apache.org/docs/history.html