Re: [OT] Re: adding more package via Maven

2011-06-22 Thread Mohamed SIDI
Hi Martin, As I undestand, I shoud have many pom.xml, every new folders shoud have its pom.xml? 2011/6/22 Martin Gainty > > most of us on the list are build engineers (Wes and Lukaz for sure) so i'll > take the liberty of answering this: > you'll want to segregate src/main/java/com.mycampany.

RE: [OT] Re: adding more package via Maven

2011-06-22 Thread Martin Gainty
most of us on the list are build engineers (Wes and Lukaz for sure) so i'll take the liberty of answering this: you'll want to segregate src/main/java/com.mycampany.beans from src/main/java/com.mycampany.beans and setup pom for each artifact in separate folders: in your beans folder: http://

Re: [OT] Re: adding more package via Maven

2011-06-22 Thread Dave Newton
On Wed, Jun 22, 2011 at 8:43 AM, Mohamed SIDI wrote: > you're right I coul post this issue in a maven mailing list I should find > more infirmation but this idea coming after but never mind ! > > instead of creating the packages manually, I prefere use Maven to create > these packages I'm still n

Re: [OT] Re: adding more package via Maven

2011-06-22 Thread Mohamed SIDI
you're right I coul post this issue in a maven mailing list I should find more infirmation but this idea coming after but never mind ! instead of creating the packages manually, I prefere use Maven to create these packages I have this : */src/main/java/com/tuto/maven /src/main/java/com/tuto/mave