Skip to content

Commit

Permalink
java-toolkit-ci: better it tests skipping
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Nov 12, 2013
1 parent db65a70 commit 0d98af5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions parent/java-toolkit-ci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
<!-- these options might be used to speed up build -->
<skip.tests>false</skip.tests>
<skipTests>${skip.tests}</skipTests>
<skip.it.tests>${skip.tests}</skip.it.tests>
<skipITs>${skip.it.tests}</skipITs>
<skip.jacoco>${skip.tests}</skip.jacoco>
<skip.jacoco.report>${skip.jacoco}</skip.jacoco.report>
<skip.javadoc>false</skip.javadoc>
Expand Down Expand Up @@ -217,6 +219,9 @@
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>

<skipTests>${skip.it.tests}</skipTests>
<skipITs>${skip.it.tests}</skipITs>

<includes>
<include>**/*IT.java</include>
</includes>
Expand Down

0 comments on commit 0d98af5

Please sign in to comment.