Skip to content
Snippets Groups Projects
Commit 57e685e9 authored by JanPhilipp's avatar JanPhilipp
Browse files

Merge branch 'master' of https://git.fslab.de/tpinza2s/s4s

parents 783f96da b3b2f300
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-Jetty Debug</actionName>
<displayName>Jetty Debug</displayName>
<goals>
<goal>jetty:run</goal>
</goals>
<properties>
<jpda.listen>maven</jpda.listen>
</properties>
</action>
<action>
<actionName>run</actionName>
<packagings>
<packaging>war</packaging>
<packaging>ear</packaging>
<packaging>ejb</packaging>
</packagings>
<goals>
<goal>package</goal>
<goal>jetty:run</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-run jetty</actionName>
<displayName>run jetty</displayName>
<goals>
<goal>jetty:run-war</goal>
</goals>
</action>
<action>
<actionName>debug</actionName>
<packagings>
<packaging>war</packaging>
<packaging>ear</packaging>
<packaging>ejb</packaging>
</packagings>
<goals>
<goal>package</goal>
</goals>
<properties>
<netbeans.deploy.debugmode>true</netbeans.deploy.debugmode>
</properties>
</action>
</actions>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment