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 13, 2024
1 parent a556303 commit 27b151b
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 27b151b

Please sign in to comment.