mvn clean install -Prelease will drop the various archives in distribution/target.
There was a minor issue with the pom in the distribution project that I just fixed, so after an svn up you should be good to go for building a binary archive using the target. On Tue, Aug 10, 2010 at 10:40 AM, Sean Owen <[email protected]> wrote: > That's built by 'mvn deploy' if I recall correctly? > > On Tue, Aug 10, 2010 at 9:37 AM, Simon Reavely <[email protected]> > wrote: >> Hi, >> >> What I really want to know how to do is build the binary package after I've >> done the mvn package. >> i.e.something that looks like this: >> http://apache.opensourceresources.org/lucene/mahout/0.3/mahout-0.3.tar.gz >> >> My issue is that when I build from src all the files are split across >> different target directories and of course you also have directories like >> conf and bin. I really want to build the binary package that you >> conventionally deploy rather than hack it together myself. >> >> I was assuming there was a maven target that does this building of the tar >> ball. >> >> Cheers, >> Simon >> >
