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

archetype-resources.nbactions.xml Maven / Gradle / Ivy

The newest version!
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<?xml version="1.0" encoding="UTF-8"?>
<actions>
        <action>
            <actionName>CUSTOM-precompile for super dev mode</actionName>
            <displayName>precompile for super dev mode</displayName>
            <goals>
                <goal>clean</goal>
                <goal>install</goal>
            </goals>
            <activatedProfiles>
                <activatedProfile>dev</activatedProfile>
            </activatedProfiles>
        </action>
        <action>
            <actionName>CUSTOM-run super dev mode</actionName>
            <displayName>run super dev mode</displayName>
            <goals>
                <goal>generate-sources</goal>
                <goal>gwt:run-codeserver</goal>
            </goals>
            <activatedProfiles>
                <activatedProfile>dev</activatedProfile>
            </activatedProfiles>
        </action>
    </actions>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy