homberghp commented on issue #8611: URL: https://github.com/apache/netbeans/issues/8611#issuecomment-2996092053
Could you elaborate on the following: * Is the UNC `\server\path\to\project` or `\\server\path\to\project`, in particular the number of **back-slash** (\\) characters at the beginning. * Is it possible to start maven on the command line on your machine. If so, open the directory of the project (both in the drive mapped and the server mapped version) and try `mvn validate` followed by `mvn compile` and report on the results. The way NetBeans uses maven is by building a command line from the properties and location of several parts, such as maven itself, the location of your configured JDK and the working directory. You can find that command line in the output window, at the top, directly after you started the maven command (in NetBeans). Something like ```shell cd /home/hom/jristretto/recordswithbenefits; JAVA_HOME=/usr/lib/jvm/jdk-21.0.7+6 M2_HOME=/usr/share/apache-maven-3.9.9 /usr/share/apache-maven-3.9.9/bin/mvn test``` Note that I am on a Linux machine, but the concept is similar. -- 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 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