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
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
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
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