ok...and what's the best way to create ONE jar-file with all sources in the
end?


Wayne Fay wrote:
> 
>> how can i set up our project with maven? do i really have to set up a
>> project for each of your modules and define the dependencies
> 
> Yes, this is the best/right way to use Maven.
> 
> Pick the smallest/lowest artifact and turn it into a Maven project.
> Repeat for all of the items in the bottom of your stack. Move to the
> next level, repeat, adding dependencies on the previous level as
> needed. Continue until you get to the top (core in your case).
> 
> Wayne
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/project-layout%2C-multiple-inter-dependent-modules-tp22862757p22863284.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to