Re: Re:

2014-07-09 Thread Eric Cornely
Thanks a lot, that's a perfect example. I would have loved to see it in the documentation about lifecycles. Kr, Eric See my answer here for some of the issues: http://stackoverflow.com/questions/12433120/creating-a-new-phase/12480505#12480505 On 7 July 2014 11:34, Eric Cornely

Remote repositories protocols

2014-07-09 Thread Eric Cornely
Hi, I read in the documentation ( https://maven.apache.org/guides/introduction/introduction-to-repositories.html) that maven repositories can be accessed by a variety of protocols such as file:// and http://; By curiosity I'm wondering what are the other protocols supported by maven. Is there a

Re: Remote repositories protocols

2014-07-09 Thread Stephen Connolly
wagon is the extension point to implement additional protocols. You need to register wagon implementations as extensions in order to use them in your pom (or register them as additional dependencies of specific plugins in your pom to use them for a specific plugin) On 9 July 2014 07:42, Eric

Re: Remote repositories protocols

2014-07-09 Thread Mark Derricutt
I wonder if anyones considered doing a bit-torrent based repository. Each GAV entry could be its own entry in a tracker. *ponders* On 9 Jul 2014, at 19:48, Stephen Connolly wrote: wagon is the extension point to implement additional protocols. You need to register wagon implementations as

Re: Remote repositories protocols

2014-07-09 Thread Eric Cornely
Ok cool ! Thanks a lot I tried copying a part of a repository and pointed to it with an sftp url and it works perfectly. Here below is what it looks like : project... repositories repository idsftp/id urlsftp://maven.server.com/path/to/repository//url

Javadoc aggregate NullPointerException

2014-07-09 Thread Alexddupree
I am trying to create an aggregate javadoc for a multi module project. The project compiles with mvn install -DskipTests (I am not running tests on my machine). When I run mvn validate javadoc:javadoc it works and compiles all of the javadoc in each modules \target\apidocs directory. Then when I

Re: Extracting a reactor artifact set out of maven repo

2014-07-09 Thread Dan Tran
any one? :-) or it is just me having a need for this? Thanks -D On Tue, Jul 8, 2014 at 10:24 AM, Dan Tran dant...@gmail.com wrote: Hi My company is doing daily release builds for quite a few components ( which fill up maven release repo after a while). and we dont use staging ( please

RE: Javadoc aggregate NullPointerException

2014-07-09 Thread Martin Gainty
Date: Wed, 9 Jul 2014 16:12:01 -0700 From: alexddup...@gmail.com To: users@maven.apache.org Subject: Javadoc aggregate NullPointerException I am trying to create an aggregate javadoc for a multi module project. The project compiles with mvn install -DskipTests (I am not running tests on

Re: Javadoc aggregate NullPointerException

2014-07-09 Thread Paul Benedict
The NPE is in the javadoc compiler not Maven. You could submit the stack trace to Oracle or do some research to determine if upgrading your JDK fixes this problem. On Jul 9, 2014 6:12 PM, Alexddupree alexddup...@gmail.com wrote: I am trying to create an aggregate javadoc for a multi module

Re: [ANN] flatten-maven-plugin 1.0.0-beta-2 released

2014-07-09 Thread Russ Tremain
Hi Jörg, I'm giving your plugin a spin and I think it really helps! What I wonder is how do you get maven-install and maven-deploy plugins to use ${basedir}/.flattened-pom.xml ? Is there a magic property I can set, or can this only be done programatically? Seems tricky, since I want to use

Re: Extracting a reactor artifact set out of maven repo

2014-07-09 Thread Reinhard Nägele
Here's one: https://github.com/hcguersoy/nexus-maven-plugin I works but has been discontinued now in favor of a Jenkins plugin. Reinhard Am 10.07.2014 01:15, schrieb Dan Tran: any one? :-) or it is just me having a need for this? Thanks -D On Tue, Jul 8, 2014 at 10:24 AM, Dan Tran

Re: Extracting a reactor artifact set out of maven repo

2014-07-09 Thread Dan Tran
Thanks, looks like this one only works for one artifact -d On Wednesday, July 9, 2014, Reinhard Nägele reinhard.naeg...@mgm-tp.com wrote: Here's one: https://github.com/hcguersoy/nexus-maven-plugin I works but has been discontinued now in favor of a Jenkins plugin. Reinhard Am