If its useful I've got the same thing happening on OSX.. 

I symlink to a setup script that sets the varibles as I like them and
its not digging..

#maven setup script.
export M2_HOME=/Developer/Java/Maven2
export PATH=$M2_HOME/bin:$PATH
export JAVA_HOME=/Library/Java/Home
export M2_HOME_LOCAL=~/Library/Maven2
m2 -Dmaven.repo.local=$M2_HOME_LOCAL $@

Works fine with maven 1.0.. I'll have a dig through the sources and
see if there are anychanges to the variable names.

Mark

On Apr 11, 2005 6:34 PM, Brett Porter <[EMAIL PROTECTED]> wrote:
> This should work, and I've never seen this happen. Please file it in
> JIRA for further investigation.
> 
> - Brett
> 
> On Apr 12, 2005 2:16 AM, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> > Anyone???
> >
> > On Apr 8, 2005 3:12 PM, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> > > In my project.properties file, I set
> > > maven.repo.local=C:\blah\repository.  I then proceeded to blow away
> > > %HOMEDRIVE%%HOMEPATH%\.maven\repository.  Then I ran maven
> > > java:compile.  I see where it downloads my project;s dependencies, and
> > > it places them in the appropriate local repository location.  However,
> > > it also downloads commons-lang, antlr & commons-jelly-tags-antlr,
> > > which I'm assuming Maven is using under the covers.  That wouldn't be
> > > a problem, except they are still being put in
> > > %HOMEDRIVE%%HOMEPATH%\.maven\repository.  Am I missing some other
> > > property, or is this a bug?
> > > --
> > > Jamie
> > >
> >
> > --
> > Jamie Bisotti
> > Software Engineer
> > Lexmark International, Inc.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to