Skip to content

Commit

Permalink
[bugfix] Correct jetty.home System Property for WebDAV tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Feb 9, 2022
1 parent 63a893d commit e0c672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/webdav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<configuration>
<argLine>@{jacocoArgLine}</argLine>
<systemPropertyVariables>
<jetty.home>${project.basedir}/../../../exist-jetty-config/target/classes/org/exist/jetty</jetty.home>
<jetty.home>${project.basedir}/../../exist-jetty-config/target/classes/org/exist/jetty</jetty.home>
<exist.configurationFile>${project.build.testOutputDirectory}/conf.xml</exist.configurationFile>
<exist.jetty.standalone.webapp.dir>${project.build.testOutputDirectory}/standalone-webapp</exist.jetty.standalone.webapp.dir>
<log4j.configurationFile>${project.build.testOutputDirectory}/log4j2.xml</log4j.configurationFile>
Expand Down

0 comments on commit e0c672d

Please sign in to comment.