blob: 81e2f42416c467d8eaed40609116be8c6f85d92d [file] [log] [blame] [raw]
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2:exec</goal>
</goals>
<properties>
<exec.classpathScope>runtime</exec.classpathScope>
<exec.args>-classpath %classpath net.glowstone.GlowServer</exec.args>
<exec.executable>java</exec.executable>
</properties>
</action>
</actions>