Re: Maven relativePath issue with NetBeans 14

2022-06-15 Thread Mark Eggers
Fixed (I think). It turns out that it was a combination of poor Nexus configuration (group repository set as releases rather than mixed) plus a settings.xml file that referenced both the group proxy repository as well as individual repositories. Why this didn't trigger issues with a command

Re: Maven relativePath issue with NetBeans 14

2022-06-15 Thread Mark Eggers
Hi, Matthias, I apologize if I sounded like I was disparaging NetBeans. That is not my intention, and I think that NetBeans is an awesome IDE. I will try to construct a set of projects that will help facilitate understanding the issue I'm having. I'm not quite sure how to do this, as my

Re: Maven relativePath issue with NetBeans 14

2022-06-15 Thread Matthias Bläsing
Hi, Am Mittwoch, dem 15.06.2022 um 12:32 -0700 schrieb Mark Eggers: > Every time I open a project with a parent pom (with or without > ), NetBeans re-indexes my remote repository. This even > happens on sub-projects within a Maven multi-module project (and the > parent specified as the parent

Re: Maven relativePath issue with NetBeans 14

2022-06-15 Thread Mark Eggers
Another addendum: Every time I open a project with a parent pom (with or without ), NetBeans re-indexes my remote repository. This even happens on sub-projects within a Maven multi-module project (and the parent specified as the parent project). The only time it does not seem to happen is

Re: Maven relativePath issue with NetBeans 14

2022-06-15 Thread Mark Eggers
Addendum: Even with removed from the node, NetBeans insists on re-indexing the remote repository. This happens after every clean or build as long as pom.xml is open in the IDE. If pom.xml is not open in the editor, then no re-index occurs. This definitely feels like a bug. . . . just

Maven relativePath issue with NetBeans 14

2022-06-15 Thread Mark Eggers
Folks, First of all, I apologize for not testing for the last two rounds (my bad). Second of all, is anyone else seeing this? Environment: Windows 10 Professional - latest updates NetBeans 14 installed from zip file Running under javac 17.0.3 (adoptium.net) Maven 3.8.6 Maven projects (Java