Re: Netbeans 12.2 Maven local repository question - solved! Thanks

2022-02-03 Thread pszudzik
I added the following to my c:\users\xxx\.m2\settings.xml e:/MavenBinaries/repository The jars I create now go to the new local repository. Problem resolved. Thanks to all who gave me the correct answer On 2022-02-03 09:35, Ernie Rael wrote: > On 2/3/22 8:33 AM, pszud...@throwarock.com

Re: Netbeans 12.2 Maven local repository question

2022-02-03 Thread Ernie Rael
On 2/3/22 8:33 AM, pszud...@throwarock.com wrote: Ok, I was running out of disk space on my C: drive, and the local maven repository was located at c:\users\\.m2 I wanted to get rid of that and move it to the E: drive where I have terabytes of room.  So I used the Options Maven

Netbeans 12.2 Maven local repository question

2022-02-03 Thread pszudzik
Ok, I was running out of disk space on my C: drive, and the local maven repository was located at c:\users\\.m2 I wanted to get rid of that and move it to the E: drive where I have terabytes of room. So I used the Options Maven experimental entry to hopefully move the repository there.