aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin
AgeCommit message (Collapse)Author
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.
2013-11-29Update documentation of CheckMojo and explain the need for an implmentation ↵Mirko Friedenhagen
hint with Maven-2
2013-11-29Workaround for Maven-2 compatibility.Mirko Friedenhagen
* Use String parameters and Enum.valueOf methods because old versions of plexus-container-default used in Maven-2 do not include a EnumConverter. * Add implementation hints in POMs because Maven-2 is unable to guess implementing classes correctly. See http://blog.sonatype.com/people/2011/03/configuring-plugin-goals-in-maven-3/#.UpkF45FIhsp) * Use concrete type ArrayList instead of List in MergeMojo because Maven-2 is not able to deduce a corresponding class for an interface.
2013-11-17FormattingMirko Friedenhagen
2013-11-17Merge remote-tracking branch 'upstream/master' into multiple-maven-reports-newMirko Friedenhagen
2013-11-16Merge remote-tracking branch 'upstream/master' into multiple-maven-reports-newMirko Friedenhagen
2013-11-16New tools API for shared high level tasks.Marc R. Hoffmann
2013-11-15Merge pull request #156 from ↵Marc R. Hoffmann
mfriedenhagen/move-socket-initialization-to-outer-scope Move the socket initialization to outer scope.
2013-11-15Move the socket initialization to outer scope.Mirko Friedenhagen
This guarentees that socket is not null.
2013-11-15All JaCoCo Maven goals are marked as thread-safe (GitHub #133).Marc R. Hoffmann
2013-11-15Merge pull request #107 from jacoco/issue-107Marc R. Hoffmann
Dump Goal for Maven Plugin
2013-11-15Extract sleep() into separate method.Marc R. Hoffmann
2013-11-15Close socket in any case.Marc R. Hoffmann
2013-11-14Format license header.Mirko Friedenhagen
2013-11-14Formatting the jacoco way.Mirko Friedenhagen
2013-11-10Add @since to IT goals.Mirko Friedenhagen
2013-11-10Merge remote-tracking branch 'upstream/master' into multiple-maven-reports-newMirko Friedenhagen
2013-11-10Tags and documentation about parallel builds.Marc R. Hoffmann
2013-11-10Since tags for all Maven goals.Marc R. Hoffmann
2013-11-10GitHub #153: Documentation for usage with custom command line arguments.Marc R. Hoffmann
2013-11-10Support for configurable connection retry count to make tests moreMarc R. Hoffmann
relyable
2013-11-10Log connection target *before* connection is opened.Marc R. Hoffmann
2013-11-02New dump goal for Maven (GitHub #107)Marc R. Hoffmann
2013-11-01Use name in the description.Mirko Friedenhagen
2013-10-28Extract abstract super classes of AgentMojo and ReportMojo in preparationMirko Friedenhagen
of separate reports for integrative tests.
2013-10-17Also consider quotes in command line arguments correctly.Marc R. Hoffmann
For this move command line utilities into core.
2013-10-11Multiple executions of Maven goal "prepare-agent" should not lead toMarc R. Hoffmann
incorrect configuration (GitHub #40).
2013-09-21Consolidate implementation for exec file locking and parent folderMarc R. Hoffmann
creation in ExecFileLoader.save().
2013-08-27Log if no execution data files are foundMads Mohr Christensen
2013-08-25JavadocMads Mohr Christensen
2013-08-25Updated creditsMads Mohr Christensen
2013-08-25Use new save method to reduce code duplicationMads Mohr Christensen
2013-08-25Implemented MergeMojo based on the MergeTaskMads Mohr Christensen
2013-06-03Prepare for next development iterationEvgeny Mandrikov
2013-06-03Prepare release 0.6.3Evgeny Mandrikov
2013-05-27Context information for error messages.Marc R. Hoffmann
Analyzer and Instrumenter now expect a resource name parameter to provide better messages in case of internal errors.