configure sbt to use the junitxml option with specs2

This commit is contained in:
ssogabe
2013-10-13 09:38:52 +09:00
parent 841d442f0d
commit 280df2cedd
2 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
<target name="war" depends="clean">
<exec executable="${sbt.exec}" resolveexecutable="true">
<arg line="clean package" />
<arg line="clean compile test package" />
</exec>
</target>