mbien commented on PR #40: URL: https://github.com/apache/netbeans-mavenutils-archetype-nbm-archetype/pull/40#issuecomment-3448290687
yeah it seems like the project wizard is using an archetype only for the NB Application template. For the NB Module template it builds the pom in-code. I am not sure why this was implemented that way. https://github.com/apache/netbeans/blob/d753c90e7099d1ed0bd6775727cf741ebd8a6bb4/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardIterator.java#L136-L141 the `updateToLatestKnownArchetypeVersion(NB_MODULE_ARCH);` call is likely redundant in the NBM part of the if branch. -- 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
