1 Star 0 Fork 0

skiloop/b3log-solo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nbactions.xml 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
Liang Ding 提交于 2012-05-29 09:40 . No commit message
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<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>
<action>
<actionName>CUSTOM-license-remove</actionName>
<displayName>license-remove</displayName>
<goals>
<goal>license:remove</goal>
</goals>
</action>
<action>
<actionName>rebuild</actionName>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
</action>
<action>
<actionName>build</actionName>
<goals>
<goal>install</goal>
</goals>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
</action>
<action>
<actionName>CUSTOM-checkstyle-checkstyle</actionName>
<displayName>checkstyle-checkstyle</displayName>
<goals>
<goal>checkstyle:checkstyle</goal>
</goals>
</action>
<action>
<actionName>build-with-dependencies</actionName>
<basedir>..</basedir>
<reactor>also-make</reactor>
<goals>
<goal>install</goal>
</goals>
</action>
</actions>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/skiloop/b3log-solo.git
git@gitee.com:skiloop/b3log-solo.git
skiloop
b3log-solo
b3log-solo
master

搜索帮助