aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin
AgeCommit message (Collapse)Author
2016-04-19Fix compiler warning after plexus-utils upgrade (#402)Marc R. Hoffmann
Fix compiler warnings after plexus-utils upgrade
2016-04-19GitHub #388: New Maven goal "report-aggregate" to create reports for ↵Marc R. Hoffmann
multi-module projects
2016-04-15Upgrade plexus-utils to 3.0.22 (GitHub #292)Marc R. Hoffmann
2016-02-18Prepare for next development iterationEvgeny Mandrikov
2016-02-18Prepare release v0.7.6Evgeny Mandrikov
2016-01-15GitHub #326: Document defaults for check goal.Marc R. Hoffmann
2016-01-13GitHub #288: New agent option 'inclnolocationclasses'Marc R. Hoffmann
With the new agent option 'inclnolocationclasses' classes without source location can be optionally included. This helps to retrieve code coverage for environments like Android where no source location is provided at runtime.
2016-01-12Happy New Year 2016!Marc R. Hoffmann
2015-06-03GitHub #270: Clarify declaration of properties.Marc R. Hoffmann
2015-05-25Prepare for next development iterationEvgeny Mandrikov
2015-05-24Prepare release v0.7.5Evgeny Mandrikov
2015-03-29GitHub #203: Add lifecycle-mapping-metadata.xml for M2EEvgeny Mandrikov
2015-02-27Prepare for next development iterationEvgeny Mandrikov
2015-02-27Prepare for next development iterationEvgeny Mandrikov
2015-02-26Prepare release v0.7.4Evgeny Mandrikov
2015-02-20Prepare for next development iterationEvgeny Mandrikov
2015-02-19Prepare release 0.7.3Evgeny Mandrikov
2015-01-20Configure Eclipse projects for M2E.Marc R. Hoffmann
2015-01-07Remove redundancy from documentation (#243).Marc R. Hoffmann
2015-01-07Fix documentation issue #243.Marc R. Hoffmann
2015-01-04Happy New Year 2015!Marc R. Hoffmann
2014-09-13Prepare for next development iterationEvgeny Mandrikov
2014-09-12Prepare release 0.7.2Evgeny Mandrikov
2014-05-20GitHub #49: New agent option inclbootstrapclasses Marc R. Hoffmann
Consistent and shorter naming.
2014-05-19GitHub #49: New agent option includebootstrapclasses Marc R. Hoffmann
New configuration option for the JaCoCo agent includebootstrapclasses to also instrument classes from the bootstrap class loader.
2014-05-11Use maven-plugin-plugin version 3.3Evgeny Mandrikov
This closes #83
2014-05-11Prepare for next development iterationEvgeny Mandrikov
2014-05-08Prepare release 0.7.1Evgeny Mandrikov
2014-04-14Fix Sonar warnings: Use collection interfaces in declarations.Marc R. Hoffmann
2014-03-19Prepare for next development iterationEvgeny Mandrikov
2014-03-18Prepare release 0.7.0Evgeny Mandrikov
2014-03-04Prepare for next development iterationEvgeny Mandrikov
2014-03-03Prepare release 0.6.5Evgeny Mandrikov
2014-02-12GitHub #44: (Regression) Agent Mojo should set empty property, ifrgarcia
execution was skipped
2014-01-20Log warning in Maven report goal if execution data does not match.Marc R. Hoffmann
2014-01-05Happy New Year 2014!Marc R. Hoffmann
2013-12-22Merge origin/masterMirko Friedenhagen
2013-12-21Remove @author tag in class documentation and add documentation.Mirko Friedenhagen
2013-12-20No need to specify the abstract declaration of an abstract method from the ↵Mirko Friedenhagen
parent class.
2013-12-20As stated in #175, there is no need to have protecte methods as inheritance isMirko Friedenhagen
only used in the same package.
2013-12-19Fix JavaDoc for Java8 builds.Marc R. Hoffmann
2013-12-19Add missing @Override annotations.Marc R. Hoffmann
2013-12-17Align skip conditions and messages and give reasons.Mirko Friedenhagen
2013-12-13Forgot to include fix: Skip execution of report when target/classes does not ↵Mirko Friedenhagen
exist.
2013-12-11Prepare for next development iterationEvgeny Mandrikov
2013-12-10Prepare release 0.6.4Evgeny Mandrikov
2013-11-30@todo is not a proper javadoc annotation, fix replacement types inMirko Friedenhagen
Limit.
2013-11-30Use <code> instead of {@code, because with the latter one we areMirko Friedenhagen
not able to use project.parent.build.directory. Formerly no documentation was rendered, unfortunately using <code> we need to escape HTML.
2013-11-30TypoMirko Friedenhagen
2013-11-29Update documentation of MergeMojo and explain the need for an implmentation ↵Mirko Friedenhagen
hint with Maven-2.