Fixing jetty.home/base property in pom for test-jaas-webapp.
This commit is contained in:
parent
12e1974fd9
commit
e296995b2f
|
@ -31,8 +31,8 @@
|
|||
<systemProperties>
|
||||
<!-- This is for convenience so that the src/etc/login.conf file can stay unmodified when copied to $jetty.home/etc directory -->
|
||||
<systemProperty>
|
||||
<name>jetty.home</name>
|
||||
<value>${basedir}/src/main/config</value>
|
||||
<name>jetty.base</name>
|
||||
<value>${basedir}/src/main/config/demo-base</value>
|
||||
</systemProperty>
|
||||
<!-- Mandatory. This system property tells JAAS where to find the login module configuration file -->
|
||||
<systemProperty>
|
||||
|
|
Loading…
Reference in New Issue