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>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>${surefire-version}</version>
|
<version>${surefire-version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<workingDirectory>${project.build.directory}</workingDirectory>
|
||||||
<systemPropertyVariables>
|
<systemPropertyVariables>
|
||||||
<compilerJar>${artifactId}-${parent.version}.jar</compilerJar>
|
<compilerJar>${artifactId}-${parent.version}.jar</compilerJar>
|
||||||
</systemPropertyVariables>
|
</systemPropertyVariables>
|
||||||
|
|||||||
Reference in New Issue
Block a user