Fixing jetty.home/base property in pom for test-jaas-webapp.

This commit is contained in:
Jan Bartel 2015-11-25 08:51:03 +11:00
parent 12e1974fd9
commit e296995b2f
1 changed files with 2 additions and 2 deletions

View File

@ -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>