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

2014-10-02 Thread Maxim Solodovnik
we using for this On 3 October 2014 07:24, Kathryn Huxtable wrote: > I’ve always used , but would it work to use > ? -K > > On Oct 2, 2014, at 7:02 PM, Paul Benedict wrote: > > > I use the maven-javadoc-plugin in both and . I don't > > want to fall back to to share the plugin version. Is the

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

2014-10-02 Thread Kathryn Huxtable
I’ve always used , but would it work to use ? -K On Oct 2, 2014, at 7:02 PM, Paul Benedict wrote: > I use the maven-javadoc-plugin in both and . I don't > want to fall back to to share the plugin version. Is there a > better way than using ? > > Cheers, > Paul --

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 and . I don't want to fall back to to share the plugin version. Is there a better way than using ? Cheers, Paul

[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 proje

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 wrote: > -- Forwarded message -- > From: Johannes Schindelin > Date: Thu, Oct 2, 2014 at 12:05 PM > Subject: [maven-nar] Announcing the N

Announcing the NAR plugin for Maven 3.2.0

2014-10-02 Thread Curtis Rueden
-- Forwarded message -- From: Johannes Schindelin 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 NAR plugin for Maven, designe

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 so

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 wrote: > > Uploading: > h

[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: