Re: Moving the .M2 folder in Netbeans

2020-12-04 Thread Davide Grandi
>Did you delete the .m2 folder in your users folder? moved. (and if a build lasts too long ... I look for a straw .m2 folder on disk)     dg On 04/12/2020 16:06, Nelligan, Steven M wrote: Did you delete the .m2 folder in your users folder? STEVEN M NELLIGAN -Original Message- From: D

RE: Moving the .M2 folder in Netbeans

2020-12-04 Thread Nelligan, Steven M
Did you delete the .m2 folder in your users folder? STEVEN M NELLIGAN -Original Message- From: Davide Grandi Sent: Friday, December 4, 2020 8:38 AM To: users@netbeans.apache.org Subject: Re: Moving the .M2 folder in Netbeans I've set the variable     set MAVEN_OPTS= -Duser.home=C:\

Re: Moving the .M2 folder in Netbeans

2020-12-04 Thread Davide Grandi
I've set the variable     set MAVEN_OPTS= -Duser.home=C:\sviluppo\user.home here, in file     C:\sviluppo\user.home\.m2\settings.xml I've setup a repository in /sviluppo/appdata/maven/current/repository (the real path on disk is in win style). Actually I've a main setup file     C:\sviluppo\bin\d

RE: Moving the .M2 folder in Netbeans

2020-12-04 Thread Nelligan, Steven M
I already had the change to C:\dev\Projects-java8\.m2\setting.xml file made. It did not solve the problem. I tried to create the MAVEN_OPTS environment variable, but that did not work. The symlink option worked... Thanks for the help. Steve -Original Message- From: Thomas Kellerer S

Re: Moving the .M2 folder in Netbeans

2020-12-04 Thread Thomas Kellerer
Nelligan, Steven M schrieb am 03.12.2020 um 17:02: > I want to move the .m2 folder from my windows user's profile folder to be > within my project folder. > i.e. C:\dev\Projects-Java8\.m2 > > In Netbeans \Options\Java\Maven I have the following configurations: > Maven Home: C:\Program Files\