tests: explicitly disable security manager for maven integration tests

This commit is contained in:
Ryan Ernst 2015-07-13 17:08:19 -07:00
parent 2628ecfacf
commit fd6bc9fc57
1 changed files with 1 additions and 0 deletions

View File

@ -703,6 +703,7 @@
<tests.rest.spec>${tests.rest.spec}</tests.rest.spec>
<tests.rest.load_packaged>${tests.rest.load_packaged}</tests.rest.load_packaged>
<java.io.tmpdir>${integ.temp}</java.io.tmpdir>
<tests.security.manager>false</tests.security.manager>
</systemPropertyVariables>
</configuration>
<executions>