freemarkerdor/nbactions.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 07 Jan 2010 23:08:06 +0100
branchstatistics-and-elo
changeset 181 e3fb438103e0
child 266 15fcdfc4cd4a
permissions -rw-r--r--
Test to verify behaviour of getCode and valueOf
jtulach@168
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@168
     2
<actions>
jtulach@168
     3
        <action>
jtulach@168
     4
            <actionName>run</actionName>
jtulach@168
     5
            <goals>
jtulach@168
     6
                <goal>process-classes</goal>
jtulach@168
     7
                <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
jtulach@168
     8
            </goals>
jtulach@168
     9
            <properties>
jtulach@168
    10
                <exec.classpathScope>runtime</exec.classpathScope>
jtulach@168
    11
                <exec.args>-classpath %classpath cz.xelfi.quoridor.freemarkerdor.UI 9333 http://quoridor.xelfi.cz/api/</exec.args>
jtulach@168
    12
                <exec.executable>java</exec.executable>
jtulach@168
    13
            </properties>
jtulach@168
    14
        </action>
jtulach@168
    15
        <action>
jtulach@168
    16
            <actionName>debug</actionName>
jtulach@168
    17
            <goals>
jtulach@168
    18
                <goal>process-classes</goal>
jtulach@168
    19
                <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
jtulach@168
    20
            </goals>
jtulach@168
    21
            <properties>
jtulach@168
    22
                <exec.classpathScope>runtime</exec.classpathScope>
jtulach@168
    23
                <exec.args>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -classpath %classpath cz.xelfi.quoridor.freemarkerdor.UI 9333 http://quoridor.xelfi.cz/api/</exec.args>
jtulach@168
    24
                <jpda.listen>true</jpda.listen>
jtulach@168
    25
                <exec.executable>java</exec.executable>
jtulach@168
    26
            </properties>
jtulach@168
    27
        </action>
jtulach@168
    28
        <action>
jtulach@168
    29
            <actionName>profile</actionName>
jtulach@168
    30
            <goals>
jtulach@168
    31
                <goal>process-classes</goal>
jtulach@168
    32
                <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
jtulach@168
    33
            </goals>
jtulach@168
    34
            <properties>
jtulach@168
    35
                <exec.args>${profiler.args} -classpath %classpath cz.xelfi.quoridor.freemarkerdor.UI 9333 http://quoridor.xelfi.cz/api/</exec.args>
jtulach@168
    36
                <profiler.action>profile</profiler.action>
jtulach@168
    37
                <exec.executable>${profiler.java}</exec.executable>
jtulach@168
    38
            </properties>
jtulach@168
    39
        </action>
jtulach@168
    40
    </actions>