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

View File

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