提交 8bfee218 编写于 作者: 凌洛云's avatar 凌洛云

version0.1.2

上级 301a4b01
{
"java.configuration.updateBuildConfiguration": "automatic"
}
\ No newline at end of file
......@@ -106,6 +106,18 @@
<cleanupDaemonThreads>false</cleanupDaemonThreads>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
<check />
</configuration>
</plugin>
</plugins>
</build>
</profile>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册