![JAR search and dependency download from the Maven repository](/logo.png)
archetype-resources.nbactions.xml Maven / Gradle / Ivy
Go to download
Root project archetype for creating multi module projects developing NetBeans IDE modules. Approximately similar in functionality to module suites in NetBeans Ant projects.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> #set( $D = '$' ) <actions> <action> <actionName>run</actionName> <goals> <goal>package</goal> <goal>nbm:cluster</goal> <goal>nbm:run-ide</goal> </goals> </action> <action> <actionName>debug</actionName> <goals> <goal>package</goal> <goal>nbm:cluster</goal> <goal>nbm:run-ide</goal> </goals> <properties> <jpda.listen>true</jpda.listen> <netbeans.run.params.debug>-J-Xdebug -J-Xnoagent -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=${D}{jpda.address}</netbeans.run.params.debug> </properties> </action> </actions>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy