Skip to content

Commit

Permalink
https://github.com/jenkinsci/jenkins/pull/8380#discussion_r1593155384
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored and olamy committed May 14, 2024
1 parent 0d99d47 commit 3320d1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,9 @@ THE SOFTWARE.
<loginServices>
<loginService implementation="org.eclipse.jetty.security.HashLoginService">
<name>default</name>
<config>${basedir}/src/realm.properties</config>
<config implementation="org.eclipse.jetty.maven.MavenResource">
<resourceAsString>${basedir}/src/realm.properties</resourceAsString>
</config>
</loginService>
</loginServices>
<systemProperties>
Expand Down

0 comments on commit 3320d1a

Please sign in to comment.