Skip to content

Commit

Permalink
fix: set correct working directory for maven (#1678)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfendrich authored Feb 5, 2024
2 parents 01f732f + c3a4261 commit 1fd8455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>false</skip>
<workingDirectory>${basedir}</workingDirectory>
<workingDirectory>${project.parent.basedir}</workingDirectory>
<jmxPort>${tomcat.http.jmxPort}</jmxPort>
</configuration>
</plugin>
Expand Down

0 comments on commit 1fd8455

Please sign in to comment.