aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin.test
AgeCommit message (Collapse)Author
2017-02-05"prepare-agent" should not overwrite property if execution skipped (#486)Evgeny Mandrikov
2017-02-05Consolidate .gitignore files (#485)Evgeny Mandrikov
2017-01-03Happy New Year 2017!Evgeny Mandrikov
2016-12-11Prepare for next development iterationEvgeny Mandrikov
2016-12-10Prepare release v0.7.8Evgeny Mandrikov
2016-06-11report mojo: add user property for parameter dataFile (#322)Evgeny Mandrikov
2016-06-06Prepare for next development iterationEvgeny Mandrikov
2016-06-06Prepare release v0.7.7Evgeny Mandrikov
2016-05-25dataFileIncludes in report-aggregate should be configurable (#415)Evgeny Mandrikov
As a workaround for https://issues.apache.org/jira/browse/MNG-5440 change explicit specification of default value on implicit.
2016-05-25GitHub #414: Also collect execution data from the project itself.Marc R. Hoffmann
2016-05-20Add experimental support for Java 9 class files (#406)Evgeny Mandrikov
2016-05-04Fix build on Windows (#405)Marc R. Hoffmann
* Upgrade maven-invoker-plugin to version 2.0.0 To be able to build project using Maven >= 3.3.1 on Windows (https://issues.apache.org/jira/browse/MINVOKER-185) * Fix test for Windows
2016-04-19GitHub #388: New Maven goal "report-aggregate" to create reports for ↵Marc R. Hoffmann
multi-module projects
2016-02-18Prepare for next development iterationEvgeny Mandrikov
2016-02-18Prepare release v0.7.6Evgeny Mandrikov
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-05-25Prepare for next development iterationEvgeny Mandrikov
2015-05-24Prepare release v0.7.5Evgeny Mandrikov
2015-05-22Improve coverage data for code with implicit exception.Marc R. Hoffmann
Add additional probe before every line with at least one method invocation.
2015-04-10fix typo in pom.xml commentRaphael Ackermann
2015-03-14GitHub #235: fix execution of Maven Plugin integration tests with JDK 9Evgeny 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-05Revert exec file version increment.Marc R. Hoffmann
The new probe insertion strategy for exceptions leads to semantically identical probes. Therefore we don't need to take the hassle of incompatible exec files. This reverts commits bc3c1cad4b60091cc95c1bd7429c7c1d92d1fb5a and 834d1556e4a1051621909f705a6ac94eaa6d7248.
2015-01-04Happy New Year 2015!Marc R. Hoffmann
2014-12-30Update binary test data with new version number.Allen Hair
2014-09-13Prepare for next development iterationEvgeny Mandrikov
2014-09-12Prepare release 0.7.2Evgeny Mandrikov
2014-05-11Prepare for next development iterationEvgeny Mandrikov
2014-05-08Prepare release 0.7.1Evgeny Mandrikov
2014-05-05Consistent usage of m2e for all JaCoCo projects.Marc R. Hoffmann
Avoid dependency on MANIFEST.MF files and PDE.
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-13Fix `it-report-nomatch` for Maven 2.2.1 as detected in #192.Mirko Friedenhagen
This is compatible with Maven 3.1.1 and Maven 2.2.1.
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-17Align skip conditions and messages and give reasons.Mirko Friedenhagen
2013-12-15Move IT for missing target/classes to it-multi-module so now new IT isMirko Friedenhagen
needed.
2013-12-15Add an empty resource file, so target/classes is created. OtherwiseMirko Friedenhagen
the check for an existing outputDirectory will hide the error for the invalid data-file.
2013-12-13Skip execution of report when target/classes does not exist.Mirko Friedenhagen
2013-12-13Update example so it is an multi-module build. Still not able toMirko Friedenhagen
reproduce the issue.
2013-12-13Add sample ear project, runs without any issues.Mirko Friedenhagen
2013-12-11Prepare for next development iterationEvgeny Mandrikov