Re: NetBeans Module with dependencies

2022-06-10 Thread Michael Bien
Hi Cesar, can't see anything wrong with that pom beside jar which shouldn't be there I believe. Have you tried to compare the nbm from your ant project with the one generated by maven? The module dependencies specifically - maybe some friend dependency is missing or wrong. best regards, mi

NetBeans Module with dependencies

2022-06-09 Thread César García
Hi, I'm trying to generate a NetBeans module that can use the graphs displayed in the Profiler module. My intention is to use Maven for module development, but it does not create the module correctly, the MANIFEST.MF and the .jar and .nbm files do not include the required dependencies. I include