FW: How to include @inheritDoc from a dependent jar

2014-01-15 Thread Mikael Petterson
Hi, New try :-) I have the following: Interface in dependency jar javadoc: /** * Deletes the object found at the specified location. * * @param Object any type of object * @throws InvalidObjectException lots of text * @throws NoSuchObjectException lots of text */

war + webapp dependency classifier

2014-01-15 Thread Adrien Ruffié
Hello all, I have maven 3 I have a webapp which derived from a first webapp, I have read this article: http://ovaraksin.blogspot.fr/2011/09/inheritance-in-maven-based-web-projects .html But when I try to done following command, mvn clean package or a simple mvn dependency:tree I get the

Re: war + webapp dependency classifier

2014-01-15 Thread Adrien Rivard
Hi, Is the mycompany-parent pom.xml in the directory corresponding to relativePath../pom.xml/relativePath at version -003 ? If it is not it may be not used . You should either and put it to 001-SNAPSHOT if you want to use the relativePath file or let the relativePath empty (

Re: war + webapp dependency classifier

2014-01-15 Thread Jörg Schaible
Hi Adrian, Adrien Ruffié wrote: Hello all, I have maven 3 I have a webapp which derived from a first webapp, I have read this article: http://ovaraksin.blogspot.fr/2011/09/inheritance-in-maven-based-web-projects .html But when I try to done following command, mvn clean package or

Re: How to include @inheritDoc from a dependent jar

2014-01-15 Thread Stuart McCulloch
On 15 Jan 2014, at 08:20, Mikael Petterson mikael.petter...@ericsson.com wrote: Hi, New try :-) I have the following: Interface in dependency jar javadoc: /** * Deletes the object found at the specified location. * * @param Object any type of object * @throws

Re: Reworking the main project site...

2014-01-15 Thread Stephen Connolly
should work now On 10 January 2014 21:31, Anders Hammar and...@hammar.net wrote: Still can't get it to work in firefox (on mac). But it does work on my phone. Looks way cool! But we should probably support firefox as well...:-) /Anders On Fri, Jan 10, 2014 at 9:13 PM, Stephen Connolly

Re: Reworking the main project site...

2014-01-15 Thread Anders Hammar
Yes, it does. /Anders On Wed, Jan 15, 2014 at 3:52 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: should work now On 10 January 2014 21:31, Anders Hammar and...@hammar.net wrote: Still can't get it to work in firefox (on mac). But it does work on my phone. Looks way

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-15 Thread S. Ali Tokmen
Hi Andreas You are right - this makes a lot of sense. Shall I still raise a JIRA entry for this functionality; or is this close to impossible to implement? Thank you S. Ali Tokmen http://ali.tokmen.com/ My IM, GSM, PGP and other contact details are on http://contact.ali.tokmen.com On

Maven just won't die! -- WTF is Takari?

2014-01-15 Thread Jason van Zyl
Hi, As some may know, a lot of work has been done at tesla.io on various advanced features in Maven but, unfortunately, not enough work for these features to see the light of day. It wouldn't be surprising if Maven users have no idea what these features are because I've not done a great job at

javadoc:aggregate project filter

2014-01-15 Thread Christian Pontesegger
Hi, I'd like to create API documentation for an eclipse RCP project. Therefore I use the javadoc:aggregate goal which nicely builds documentation for all my projects. Now I want to filter some of them. When building with tycho junit tests are typically kept in a separate project. Still the

RE: javadoc:aggregate project filter

2014-01-15 Thread Justin Georgeson
I'm in a similar environment and use profiles in my aggregator POM to specify different reactors for different things. I have a profile for a javadoc reactor which doesn't include any eclipse-feature, eclipse-test-plugin, or eclipse-repository projects (ie it only includes the projects for the

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-15 Thread Anders Hammar
It doesn't work with the way Maven plugins currently are configured. But there will soon be discussions around a new version of the pom, so you could file a ticket to get this wish on the board. /Anders (mobile) Den 15 jan 2014 19:22 skrev S. Ali Tokmen nos...@alishomepage.com: Hi Andreas You

Re: javadoc:aggregate project filter

2014-01-15 Thread Christian Pontesegger
Am 15.01.2014 20:07, schrieb Justin Georgeson: I'm in a similar environment and use profiles in my aggregator POM to specify different reactors for different things. I have a profile for a javadoc reactor which doesn't include any eclipse-feature, eclipse-test-plugin, or eclipse-repository

Re: New logo?

2014-01-15 Thread Eric Kolotyluk
+1 On 1/13/2014 2:29 PM, John Miller wrote: Well I guess the attachment did not go through.. Thanks John

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-15 Thread Alejandro . Endo
If you do open a ticket, please let me/us know. I will +1 it. I am also interested in this feature Alejandro Endo | Software Designer/Concepteur de logiciels From: Anders Hammar and...@hammar.net To: Maven Users List users@maven.apache.org, Date: 2014-01-15 02:47 PM Subject:

Perforce and Maven Release process help...

2014-01-15 Thread Jeff
I'm stuck. I don't normally use Perforce. I don't know why the Maven release process doesn't work with Perforce. I can pull and build the source. When I use the Jenkins Maven Release plugin, I give it my personal credentials. My user owns the Jenkins_master work space I created. It is the

Re: Maven just won't die! -- WTF is Takari?

2014-01-15 Thread Dan Tran
is it a new baby from Sonatype? -D On Wed, Jan 15, 2014 at 10:26 AM, Jason van Zyl ja...@tesla.io wrote: Hi, As some may know, a lot of work has been done at tesla.io on various advanced features in Maven but, unfortunately, not enough work for these features to see the light of day. It

javadoc:aggregate project filter

2014-01-15 Thread Christian Pontesegger
Hi, I'd like to create API documentation for an eclipse RCP project. Therefore I use the javadoc:aggregate goal which nicely builds documentation for all my projects. Now I want to filter some of them. When building with tycho junit tests are typically kept in a separate project. Still the

Re: How to mkdir and move files as part of build

2014-01-15 Thread Don'tTellMeToGoogleItDammit
I Googled this, and came to this forum, only to find a remark telling me I should have Googled this. Always annoying to find this remark. Hope you enjoyed your Friday. Baptiste MATHUS wrote Somebody made me discover that recently: http://tinyurl.com/62f6ku ... No offense, week-end is

Re: How to mkdir and move files as part of build

2014-01-15 Thread Barrie Treloar
On 15 January 2014 23:16, Don'tTellMeToGoogleItDammit c...@rmen.ca wrote: I Googled this, and came to this forum, only to find a remark telling me I should have Googled this. Always annoying to find this remark. Not knowing what you are attempting to do (because you were too busy

Re: Maven2/Maven3 plugin development: Ensuring only the available parameters are allowed

2014-01-15 Thread S. Ali Tokmen
Hi Anders Great, sounds good. I've opened https://jira.codehaus.org/browse/MNG-5563 for it. Have a great day S. Ali Tokmen http://ali.tokmen.com/ My IM, GSM, PGP and other contact details are on http://contact.ali.tokmen.com On 15/01/14 20:48, Anders Hammar wrote: It doesn't work with the