[ANN] Maven Javadoc Plugin 2.10.1 released

2014-10-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.10.1. This module generates browsable HTML pages from Java source code. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configuration:

Re: Need help regarding apache maven

2014-10-02 Thread David Hoffer
Right I concur with Barrie, SVN is for your source code not your Maven built artifacts. You need a Maven respository manager, I recommend Artifactory (http://www.jfrog.com/open-source/) which is very easy to setup. -Dave On Wed, Oct 1, 2014 at 11:48 PM, Barrie Treloar baerr...@gmail.com wrote:

Re: Need help regarding apache maven

2014-10-02 Thread Manfred Moser
Alternatively you can use the more widely used Sonatype Nexus which also supports things like Maven Site hosting or NuGet out of the box http://www.sonatype.org/nexus/ http://pages.zeroturnaround.com/Java-Tools-Technologies.html or the Apache Archiva server, which is maintained as a pure open

Announcing the NAR plugin for Maven 3.2.0

2014-10-02 Thread Curtis Rueden
-- Forwarded message -- From: Johannes Schindelin johannes.schinde...@gmx.de Date: Thu, Oct 2, 2014 at 12:05 PM Subject: [maven-nar] Announcing the NAR plugin for Maven 3.2.0 To: maven-...@googlegroups.com Dear Maven users, it is a great honor to announce a new version of the

Re: Announcing the NAR plugin for Maven 3.2.0

2014-10-02 Thread Mark Donszelmann
Hi good work. Nice to see my original work has evolved and is being used. Thanks Mark Donszelmann On Oct 2, 2014, at 7:12 PM, Curtis Rueden ctrue...@wisc.edu wrote: -- Forwarded message -- From: Johannes Schindelin johannes.schinde...@gmx.de Date: Thu, Oct 2, 2014 at 12:05

[ANN] Apache Maven Resources Plugin Version 2.7 Released

2014-10-02 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Resources Plugin, version 2.7 The Resources Plugin handles the copying of project resources to the output directory. http://maven.apache.org/plugins/maven-resources-plugin/ You should specify the version in your

Don't want to repeat plugin version for both build and reporting

2014-10-02 Thread Paul Benedict
I use the maven-javadoc-plugin in both build and reporting. I don't want to fall back to properties to share the plugin version. Is there a better way than using properties? Cheers, Paul

Re: Don't want to repeat plugin version for both build and reporting

2014-10-02 Thread Kathryn Huxtable
I’ve always used properties, but would it work to use buildDependencies? -K On Oct 2, 2014, at 7:02 PM, Paul Benedict pbened...@apache.org wrote: I use the maven-javadoc-plugin in both build and reporting. I don't want to fall back to properties to share the plugin version. Is there a better

Re: Don't want to repeat plugin version for both build and reporting

2014-10-02 Thread Maxim Solodovnik
we using pluginManagement for this On 3 October 2014 07:24, Kathryn Huxtable kath...@kathrynhuxtable.org wrote: I’ve always used properties, but would it work to use buildDependencies? -K On Oct 2, 2014, at 7:02 PM, Paul Benedict pbened...@apache.org wrote: I use the maven-javadoc-plugin