You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2020/05/31 17:55:45 UTC

[directory-fortress-commander] branch master updated: FC-283 - Remove property files from quickstart doc

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-commander.git


The following commit(s) were added to refs/heads/master by this push:
     new 50f5cd8  FC-283 - Remove property files from quickstart doc
50f5cd8 is described below

commit 50f5cd8330bba57ec0308f813e9f80bc0e87df52
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sun May 31 12:55:38 2020 -0500

    FC-283 - Remove property files from quickstart doc
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 24c464e..7334cc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@
             <configuration>
               <target name="fortress-load" if="load.file" description="Loads fortress rbac policy files into ldap">
                 <echo message="############### Run Fortress 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}" />