All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.

There is a newer version: 1.10
Show 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>-J-Xdebug -J-Xnoagent -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=${D}{jpda.address}</netbeans.run.params>
        </properties>
    </action>
</actions>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy