Maven: integration test should remove escape sequences from build log

This commit is contained in:
Sergey Mashkov
2015-07-30 13:18:26 +03:00
parent 196cecfe70
commit 8353b4d3e8
2 changed files with 8 additions and 6 deletions
@@ -102,10 +102,6 @@
<goal>install</goal>
<goal>run</goal>
</goals>
<configuration>
<postBuildHookScript>verify</postBuildHookScript>
</configuration>
</execution>
</executions>
</plugin>