Re: Maven 3.0.5: site plugin or documentation broken?

2013-04-10 Thread Wolf Geldmacher
Hi Hervé, On 10.04.2013 02:41, Hervé BOUTEMY wrote: 1. warning if you don't define plugin version you can believe Maven 3 doc, version is taken from pluginManagement: coded here [1] But I must confess I never tried with CLI, since we use to continue defining plugin version directly to keep

Re: How to create two projects, one of them is using the other ?

2013-04-10 Thread mlotfi
Thank you again. from the link you gave me in your response, it will be a multi-module project : parentProject pom.xml | |---webProject pom.xml | |---jarProject pom.xml if we want to use this structure for Continuous Integration using Jenkins and maven, how will be the setup ? do we

Re: How to create two projects, one of them is using the other ?

2013-04-10 Thread Anders Hammar
Yes. /Anders (mobile) Den 10 apr 2013 14:57 skrev mlotfi majidna...@yahoo.com: Thank you again. from the link you gave me in your response, it will be a multi-module project : parentProject pom.xml | |---webProject pom.xml | |---jarProject pom.xml if we want to use this

Re: How to create two projects, one of them is using the other ?

2013-04-10 Thread mlotfi
I am little bit confused here, does maven have more than one repository ? -- View this message in context: http://maven.40175.n5.nabble.com/How-to-create-two-projects-one-of-them-is-using-the-other-tp5753312p5753431.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: How to create two projects, one of them is using the other ?

2013-04-10 Thread Adrien Rivard
On Wed, Apr 10, 2013 at 2:57 PM, mlotfi majidna...@yahoo.com wrote: Thank you again. from the link you gave me in your response, it will be a multi-module project : parentProject pom.xml | |---webProject pom.xml | |---jarProject pom.xml if we want to use this structure

Re: How to create two projects, one of them is using the other ?

2013-04-10 Thread Adrien Rivard
On Wed, Apr 10, 2013 at 3:15 PM, mlotfi majidna...@yahoo.com wrote: I am little bit confused here, does maven have more than one repository ? It can. For simple project you generally use only maven central. For more complex project, you may have to add others. For intensive use it is very

Re: How to create two projects, one of them is using the other ?

2013-04-10 Thread mlotfi
Thank you Adrien, is there any example or tutorial on how to do these steps ? thanks -- View this message in context: http://maven.40175.n5.nabble.com/How-to-create-two-projects-one-of-them-is-using-the-other-tp5753312p5753434.html Sent from the Maven - Users mailing list archive at

Re: release:perform goal fails on multi-module project

2013-04-10 Thread Ryan Baxter
Ah OK thanks for clarifying Wayne. What I am hearing then is that the only way to solve the problem right now is to remove the javadoc plugin, correct? I can open a JIRA for this if there isn't already one out there. On Wed, Apr 10, 2013 at 10:25 AM, Wayne Fay wayne...@gmail.com wrote: causing

Android Maven Plugin 3.5.3 release

2013-04-10 Thread Manfred Moser
The Android Maven Plugin team is pleased to announce the release of version 3.5.3 of the plugin. We had a slip at the last release that required users to have the Android NDK installed. This is now fixed and we also threw in some new features again.. New features/bug fixes are - Fix for NDK

maven-license-plugin NPE

2013-04-10 Thread David Hoffer
I have a multi-module build I'm running the license:format goal on. It works fine for several modules then fails with NPE on the deployment-parent module which is a pom type module (we have several like that), any ideas why it would fail on this one? I tried versions 1.9.0 and 1.10.b1 and get

Re: release:perform goal fails on multi-module project

2013-04-10 Thread Mirko Friedenhagen
Hello Ryan, another option would be not to aggregate your javadoc, then the javadoc-jars include only the doc for the single module. Regards Mirko Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Wed, Apr