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

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

There is a newer version: 7.0.156
Show newest version
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<?xml version="1.0" encoding="UTF-8"?>
<actions>
        <action>
            <actionName>run</actionName>
            <preAction>build-with-dependencies</preAction>
            <packagings>
                <packaging>jar</packaging>
            </packagings>
            <goals>
                <goal>org.codehaus.mojo:exec-maven-plugin:3.0.0:exec</goal>
            </goals>
            <properties>
                <exec.executable>${symbol_dollar}{Env.M2_HOME}/bin/mvn</exec.executable>
                <exec.args>verify -P simulator -Dcodename1.platform=javase</exec.args>
                <exec.workingdir>../javase</exec.workingdir>
                
                
            </properties>
        </action>
    </actions>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy