On 1/20/06, Elam Daly <[EMAIL PROTECTED]> wrote:

> Also, is there a way to tell Maven that I want the build to go to a specific
> directory, instead of ~/.m2/....

Yes.  In ~/.m2/settings.xml, put (something like) this:

<settings>
   <localRepository>/path/to/m2-repository</localRepository>
</settings>

(And that will be the only file in ~/.m2 .)

--
Wendy

Reply via email to