Re: AW: AW: Maven Best Pratices: Where to place generate re(sources)?

2010-06-08 Thread Andreas Sewe
Hi Eric, Seriously, though, it looks like you're only repacking existing dependencies. So you might want to look into the Assembly plugin (after reading the chapters in the Sonatype book). I'll have a look at the m-assembly-p. That being said, here's what I try to do: - Grab a couple of d

AW: AW: Maven Best Pratices: Where to place generate re(sources)?

2010-06-08 Thread Lewis, Eric
richt- Von: Andreas Sewe [mailto:s...@st.informatik.tu-darmstadt.de] Gesendet: Dienstag, 8. Juni 2010 13:01 An: Maven Users List Betreff: Re: AW: Maven Best Pratices: Where to place generate re(sources)? Hi Eric, > I don't know if my practice is "best", but I certainly advise

Re: AW: Maven Best Pratices: Where to place generate re(sources)?

2010-06-08 Thread Andreas Sewe
Hi Eric, I don't know if my practice is "best", but I certainly advise you to unpack to the ${project.build.directory}, since a) it's deleted during clear b) you don't want to mess up your source directories, especially if you use SCM true. And yes, you then need the buildhelper. Yes, the

AW: Maven Best Pratices: Where to place generate re(sources)?

2010-06-08 Thread Lewis, Eric
Hi Andreas I don't know if my practice is "best", but I certainly advise you to unpack to the ${project.build.directory}, since a) it's deleted during clear b) you don't want to mess up your source directories, especially if you use SCM And yes, you then need the buildhelper. However, reading y