Commit b3b609b0 authored by Liang Ding's avatar Liang Ding

加入 NetBeans 对 maven-jetty-plugin 的配置

parent efc0c312
<?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>CUSTOM-jetty-run</actionName>
<displayName>jetty-run</displayName>
<goals>
<goal>jetty:run</goal>
</goals>
</action>
</actions>
<?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>CUSTOM-jetty-run</actionName>
<displayName>jetty-run</displayName>
<goals>
<goal>jetty:run</goal>
</goals>
</action>
</actions>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment