Skip to content

Commit

Permalink
Updated XML example to use ${project.basedir} instead of ${basedir}.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed May 16, 2024
1 parent a9b2da5 commit 66b13d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ Here's an example of setting up the `HashLoginService` for a webapp:
<loginService implementation="org.eclipse.jetty.security.HashLoginService">
<name>Test Realm</name>
<config implementation="org.eclipse.jetty.maven.MavenResource">
<resourceAsString>${basedir}/src/etc/realm.properties</resourceAsString>
<resourceAsString>${project.basedir}/src/etc/realm.properties</resourceAsString>
</config>
</loginService>
</loginServices>
Expand Down

0 comments on commit 66b13d5

Please sign in to comment.