Re: Moving the .M2 folder in Netbeans

2020-12-04 Thread Davide Grandi
rom: 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:\sviluppo\user.home here, in file     C:\sviluppo\user.home\.m2\settings.xml I've setup a

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.h

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
Sent: Friday, December 4, 2020 7:08 AM To: users@netbeans.apache.org Subject: Re: Moving the .M2 folder in Netbeans 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

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\