Skip to content

Commit

Permalink
Merge pull request #24934 from avpinchuk/fix-rest-cdi-tck
Browse files Browse the repository at this point in the history
Fixes GlassFish home in the REST CDI TCK
  • Loading branch information
hs536 authored Apr 23, 2024
2 parents 81d57cb + 255f0f0 commit 0a05109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appserver/tests/tck/rest_cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<configuration>
<systemPropertyVariables>
<finalName>${project.build.finalName}</finalName>
<glassfish.home>${session.executionRootDirectory}/target/glassfish7</glassfish.home>
<glassfish.home>${project.build.directory}/glassfish7</glassfish.home>
<glassfish.enableDerby>true</glassfish.enableDerby>
<glassfish.suspend>${suspend}</glassfish.suspend>
</systemPropertyVariables>
Expand Down

0 comments on commit 0a05109

Please # to comment.