Re: Upgrading Dependencies when new Netbean Releases

2022-02-04 Thread Eric Bresie
Apparently for maven projects, there is a "settings.xml" file (in my case found in my user home's .m2 folder) which defines the netbeans-ide platform profile and where it is located. Eric Bresie ebre...@gmail.com On Sun, Jan 16, 2022 at 10:06 AM Eric Bresie wrote: > Looking in the console duri

Re: Upgrading Dependencies when new Netbean Releases

2022-01-16 Thread Eric Bresie
Looking in the console during attempted run I do see.. --- nbm-maven-plugin:4.6:run-ide (default-cli) @ python --- Configuring mojo org.apache.netbeans.utilities:nbm-maven-plugin:4.6:run-ide from plugin realm ClassRealm[plugin>org.apache.netbeans.utilities:nbm-maven-plugin:4.6, parent: jdk.interna

Re: Upgrading Dependencies when new Netbean Releases

2022-01-16 Thread Eric Bresie
I only updated the netbeans specific dependencies which previously referenced "125" and no other dependencies. Is it possible some other dependencies not references with 125 are needing updates as well and if so, is there an easy way to determine what else may need to be updated? I'm running on W

Upgrading Dependencies when new Netbean Releases

2022-01-16 Thread Eric Bresie
I have been working on a Maven Netbeans module project in Netbeans which has many Netbean specific dependencies. I started this with Netbeans 12.5 based dependencies and all seemed to work well. When Netbeans 12.6 came out I figured I would upgrade the dependencies to be compatible with 12.6 vers