Fix working directory where CompilerSmokeTest runs to be 'project.build.directory', otherwise it may vary depending on maven goals invoked.

This commit is contained in:
Ilya Gorbunov
2016-09-21 22:02:41 +03:00
parent f60447328d
commit 2c0edf6652
@@ -210,6 +210,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-version}</version>
<configuration>
<workingDirectory>${project.build.directory}</workingDirectory>
<systemPropertyVariables>
<compilerJar>${artifactId}-${parent.version}.jar</compilerJar>
</systemPropertyVariables>