1 Star 0 Fork 670

bbear / solo

forked from 88250 / solo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nbactions.xml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
tbworks 提交于 2015-11-29 16:42 . update gitignore file
<?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-release</actionName>
<displayName>release</displayName>
<goals>
<goal>clean</goal>
<goal>min:min</goal>
<goal>license:format</goal>
<goal>install</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-license-check</actionName>
<displayName>license-check</displayName>
<goals>
<goal>license:check</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-license-format</actionName>
<displayName>license-format</displayName>
<goals>
<goal>license:format</goal>
</goals>
</action>
</actions>
Java
1
https://gitee.com/samlee/solo.git
git@gitee.com:samlee/solo.git
samlee
solo
solo
master

搜索帮助