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
:s...@st.informatik.tu-darmstadt.de] Gesendet: Dienstag, 8. Juni 2010 10:55 An: Maven Users List Betreff: Maven Best Pratices: Where to place generate re(sources)? Hi all, I have a project which uses dependency:unpack to grab Java sources as well as some binary resources from a JAR. The Java source

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

2010-06-08 Thread Andreas Sewe
Hi all, I have a project which uses dependency:unpack to grab Java sources as well as some binary resources from a JAR. The Java sources thus "generated" have then to be compiled, the binary resources must simply wind up in the project's artifact. At the moment, I unpack the Java sources int