Ok, I was running out of disk space on my C: drive, and the local maven
repository was located at c:\users\xxxx\.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. 

Believe that worked, based on my testing... EXCEPT: 

When I compile my code, the compiled jars do not go to that repository,
they are going to the original one on the C: drive.  Easily verified by
looting at the time stamps 

So, my question:  Is this experimental way to move the repository now
NOT experimental in 12.6?  And how do I get the maven code to send my
new jars to the new repository... 

Thank you.

Reply via email to