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 for Continuous Integration using Jenkins
> and maven, how will be the setup ? do we have to give Jenkins only the
> pom.xml of the parentProject ?
>
>
Usually yes.
In short in jenkins/Hudson you  create a new maven2/3 job, you  specify the
git/svn url for the parent project, you specify the phase to execute (mvn
package ?) and you're good.




> thanks, your help is appreciated.
>
>
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/How-to-create-two-projects-one-of-them-is-using-the-other-tp5753312p5753428.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Adrien Rivard

Reply via email to