0

More generally, how are bigger (meaning lots of dependencies or many modules) RCP Applications build?

Eclipse RCP uses Tycho and p2. What does NB use to build apps headless?

kerner1000
  • 3,382
  • 1
  • 37
  • 57

1 Answers1

1

https://github.com/mojohaus/nbm-maven-plugin with maven (archetypes and support available via netbeans project wizards)

or the default ant-based project types (again available via the netbeans module project wizards)

mkleint
  • 2,281
  • 1
  • 14
  • 17