GitHub #300: Allow standard Maven build with any JDK.

Test cases which require source level > 1.5 get separate source folders.
These source folders are only considered if the corresponding
"bytecode.version" property is specified for integration tests.

The standard JaCoCo build targets Java 1.5 and will not execute any of
these tests (regardless of the JDK version used for building).
12 files changed
tree: 120a71b4750eb0310dfeada520f24d454c125df3
  1. .github/
  2. .travis/
  3. jacoco/
  4. jacoco-maven-plugin/
  5. jacoco-maven-plugin.test/
  6. org.jacoco.agent/
  7. org.jacoco.agent.rt/
  8. org.jacoco.agent.rt.test/
  9. org.jacoco.agent.test/
  10. org.jacoco.ant/
  11. org.jacoco.ant.test/
  12. org.jacoco.build/
  13. org.jacoco.core/
  14. org.jacoco.core.test/
  15. org.jacoco.doc/
  16. org.jacoco.examples/
  17. org.jacoco.examples.test/
  18. org.jacoco.report/
  19. org.jacoco.report.test/
  20. org.jacoco.tests/
  21. .appveyor.yml
  22. .travis.sh
  23. .travis.yml
  24. LICENSE.md
  25. pom.xml
  26. README.md
README.md

JaCoCo Java Code Coverage Library

Build Status 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.