RE: Maven Eclipse Plugin - how to remove M2_REPO classpath variable

2011-02-05 Thread Ludwig Magnusson
s List Subject: Re: Maven Eclipse Plugin - how to remove M2_REPO classpath variable > Does anyone know a way to remove the M2_REPO classpath variable that was > added using > > mvn -Declipse.workspace= eclipse:configure-workspace? I don't know how (or even if) you can do this with

Re: Maven Eclipse Plugin - how to remove M2_REPO classpath variable

2011-02-05 Thread Wayne Fay
> Does anyone know a way to remove the M2_REPO classpath variable that was > added using > >  mvn -Declipse.workspace= eclipse:configure-workspace? I don't know how (or even if) you can do this with the Eclipse plugin, but nothing is stopping you from doing it manually by editing the dot files (.c

Maven Eclipse Plugin - how to remove M2_REPO classpath variable

2011-02-05 Thread Kim, ChongLim
Does anyone know a way to remove the M2_REPO classpath variable that was added using mvn -Declipse.workspace= eclipse:configure-workspace? (I'm created another workspace and would like to clean up the first workspace.) I've tried running mvn eclipse:clean before re-running eclipse:configur