visidor/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
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <actions>
     3         <action>
     4             <actionName>run</actionName>
     5             <goals>
     6                 <goal>process-classes</goal>
     7                 <goal>org.codehaus.mojo:exec-maven-plugin:1.1.1:exec</goal>
     8             </goals>
     9             <properties>
    10                 <exec.args>-classpath %classpath cz.xelfi.quoridor.visidor.Viewer</exec.args>
    11                 <exec.executable>java</exec.executable>
    12             </properties>
    13         </action>
    14     </actions>