提交 44f17deb 编写于 作者: A abayer

Adding light-test profile, to disable main/test's integration tests without...

Adding light-test profile, to disable main/test's integration tests without also disabling main/core's unit tests, etc

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21265 71c3de6d-444a-0410-be80-ed276b4c234a
上级 5ede2ec4
......@@ -166,6 +166,12 @@ THE SOFTWARE.
</dependencies>
<profiles>
<profile>
<id>light-test</id>
<properties>
<skipTests>true</skipTests>
</properties>
</profile>
<profile>
<!--
Obtain code coverage report. This is done by running Unit tests on our own and suppressing surefire.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册