juanotto commented on PR #40: URL: https://github.com/apache/netbeans-mavenutils-archetype-nbm-archetype/pull/40#issuecomment-3447909617
Ok, there is something not adding up here. When a NBP Module is created in the IDE the `pom.xml` does not look like the one here (both with Create New Module... under parent/Modules and creating an independent module using New Project...). And there is no Output in the IDE! When a NBP Application is created, I can see the `mvn` command used (`DarchetypeGroupId=org.apache.netbeans.archetypes -DarchetypeArtifactId=netbeans-platform-app-archetype`) and all the output, but for module creation that's hidden? The IDE is doing something different. Plus, if I use `mvn` to generate a module with this archetype manually the pom looks like the one in this project (as expected), but the one in modules created by the IDE is different. I checked that `pom`'s git history (target pom, not the one on the archetype project) and that's not due to changes there. What is the IDE using to create the modules? Why not output? I'll document what I learn here for now. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
