Skip to content
Snippets Groups Projects
Commit b3b2f300 authored by Benjamin Lang's avatar Benjamin Lang
Browse files

ShopDAO mit view und add funktion

ShopControll
Exception falls User schon Shop hat.
parent cefec20f
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