Require at least Maven 3.0 for build

* JDK 9 EA now includes http://openjdk.java.net/jeps/280
  So that execution of build with "javac -target 1.9"
  requires at least version 2.4 of maven-shade-plugin
  (https://issues.apache.org/jira/browse/MSHADE-174),
  which in his turn requires at least Maven 3.0.

* Maven 2.x has reached its end of life
  and is no longer supported by Apache Maven Project Team
  (http://maven.apache.org/maven-2.x-eol.html).
2 files changed
tree: d4eb3ac7e288617b988f8838b32d16d5ba6aaa1c
  1. .travis/
  2. jacoco/
  3. jacoco-maven-plugin/
  4. jacoco-maven-plugin.test/
  5. org.jacoco.agent/
  6. org.jacoco.agent.rt/
  7. org.jacoco.agent.rt.test/
  8. org.jacoco.agent.test/
  9. org.jacoco.ant/
  10. org.jacoco.ant.test/
  11. org.jacoco.build/
  12. org.jacoco.core/
  13. org.jacoco.core.test/
  14. org.jacoco.doc/
  15. org.jacoco.examples/
  16. org.jacoco.examples.test/
  17. org.jacoco.report/
  18. org.jacoco.report.test/
  19. org.jacoco.tests/
  20. .travis.sh
  21. .travis.yml
  22. LICENSE.md
  23. pom.xml
  24. README.md
README.md

JaCoCo Java Code Coverage Library

Build Status Maven Central

JaCoCo is a free Java code coverage library distributed under the Eclipse Public License. Check the project homepage for downloads, documentation and feedback.

Please use our mailing list for questions regarding JaCoCo which are not already covered by the extensive documentation.

Note: We do not answer general questions in the project's issue tracker. Please use our mailing list for this.