FC-283 - Remove property files from quickstart doc
diff --git a/pom.xml b/pom.xml
index 036ce07..783bf72 100755
--- a/pom.xml
+++ b/pom.xml
@@ -398,7 +398,7 @@
             <configuration>
               <target name="fortress-load" if="load.file" description="Loads fortress rbac policy files into ldap">
                 <echo message="############### Run Fortress Rest Test Policy Load ###############" />
-                <java classname="org.apache.tools.ant.launch.Launcher" fork="true" failonerror="true" dir="${basedir}" timeout="4000000" taskname="startAnt">
+                <java classname="org.apache.tools.ant.launch.Launcher" fork="true" clonevm="true" failonerror="true" dir="${basedir}" timeout="120000" taskname="startAnt">
                   <classpath>
                     <pathelement location="./src/main/resources" />
                     <pathelement location="${org.apache.ant:ant-launcher:jar}" />