mitkola opened a new issue, #8611: URL: https://github.com/apache/netbeans/issues/8611
### Apache NetBeans version Apache NetBeans 26 ### What happened After upgrading from Netbeans 24 to Netbeans 26 my Maven project located on mapped network drive stopped to build. The reason is that network mapped drive is always referred by UNC Path. As result starting build of project reports "UNC paths are not supported. Defaulting to Windows directory." After trying to change directory to UNC path instead of mapped drive path. cd \\server\path to project instead of X:\path to project I have tried different options to disable UNC path converting as -J-Duse.unc.paths=false -J-Duse.mapped.drives=true but without success. ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce 1. The problem exists in Windows 11 environment. 2. Create Simple Maven project on SMB (Windows share) mapped network drive x:\path\to\project. 3. Save project and exit from Netbeans. 4. Start netbeans again. After reopen project, the path is converted to UNC \\server\path\to\project. 5. The project can't be build. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 11 ### JDK JDK 24 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists