webidor/nbactions.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sun, 12 Jul 2009 13:59:07 +0200
changeset 35 2e85dd878f04
child 38 373f537e0153
permissions -rw-r--r--
Converting the webidor into Jersey based REST server
     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.classpathScope>runtime</exec.classpathScope>
    11                 <exec.args>-classpath %classpath cz.xelfi.quoridor.webidor.Main</exec.args>
    12                 <exec.executable>java</exec.executable>
    13             </properties>
    14         </action>
    15     </actions>