[ANN] Apache Maven Dependency Plugin Version 2.9 Released

2014-09-21 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Dependency Plugin, version 2.9 The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location. http://maven.apache.or

Re: Issue with the Javadoc report - com.sun.tools.javac.code.Symbol$CompletionFailure: class file for org.jmock.MockObjectTestCase not found

2014-09-21 Thread Martin Grigorov
Hi, Try with the just announced m-javadoc-p:2.10. A similar problem vanished in my project. But the more strict linter is the real problem with Java 8 :-/ On Mon, Sep 22, 2014 at 12:18 AM, S. Ali Tokmen wrote: > Hi everyone > > We finally found how to fix this: simply use the additionalDependen

Re: Issue with the Javadoc report - com.sun.tools.javac.code.Symbol$CompletionFailure: class file for org.jmock.MockObjectTestCase not found

2014-09-21 Thread S. Ali Tokmen
Hi everyone We finally found how to fix this: simply use the additionalDependencies configuration item to add jmock:jmock there. If then works like a charm :) Cheers S. Ali Tokmen http://ali.tokmen.com/ My IM, GSM, PGP and other contact details are on http://contact.ali.tokmen.com On 21/09/14

[ANN] Apache Maven Javadoc Plugin 2.10 Released

2014-09-21 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 2.10. This release is focused on Java 8 compatibility. The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. http://maven.apache.org/pl

[ANN] Apache Maven Checkstyle Plugin 2.13 Released

2014-09-21 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 2.13 This plugin generates a report regarding the code style used by the developers. http://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's

[ANN] Apache Maven Shared Component: Maven Reporting Implementation version 2.3

2014-09-21 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Reporting Implementation, version 2.3 This component provides abstract classes to manage report generation, which can be run both: - as part of a site generation, as a maven-reporting-api's Maven