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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user