[Build] Skip topN hints if tests are skipped

This commit is contained in:
Simon Willnauer 2014-03-20 12:43:55 +01:00
parent 1fff379742
commit 876b2592ac
1 changed files with 2 additions and 0 deletions

View File

@ -483,6 +483,8 @@
<id>tests</id>
<phase>test</phase>
<configuration>
<skip>${skipTests}</skip> <!-- don't run if we skip the tests -->
<failOnError>false</failOnError>
<target>
<property name="runtime_classpath" refid="maven.runtime.classpath"/>
<property name="test_classpath" refid="maven.test.classpath"/>