kerner1000
kerner1000

Reputation: 3558

What is the euquivalent of Maven Tycho to build NetBeans Applications?

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?

Upvotes: 0

Views: 104

Answers (1)

mkleint
mkleint

Reputation: 2331

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)

Upvotes: 1

Related Questions