add-open flag for archetype
Attempt to pass the add open flags to archetype linked to use for https://github.com/apache/netbeans-mavenutils-archetype-nbm-archetype/pull/9
I should alter nbbuild/build.xml to populate branding so it can be used for replacement in the module
it add flag like this '''-J--add-opens=java.base/java.net=ALL-UNNAMED -J--add-opens=java.base/java.lang.ref=ALL-UNNAMED''' maybe we should have the without -J version too.
@mbien add the two properties for maven user will be easy to get both I guess even if user doesn't want them at the end. Easier to delete than to create.
#3862 needs also the jvm version for flags
wait PR to be merged and git checkout build.xml and default.xml. Idea of @matthiasblaesing was my first intention but did'nt proper understand where to put things.
@ebarboni status of this one?
later :D it needs also archetype side rewrite, I need to resync with @mbien
maybe we should just add a comment to the maven template (which links to our JMS file) and call it a day, since this ended up more difficult than anticipated :)
(i really don't like the fact that this would need two properties, one with -J and one without)