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 2015/03/24 13:25:19 UTC

directory-fortress-core git commit: FC-83 - Cleanup core test processing documentation

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 037bf91ae -> 3775bfd8f


FC-83 - Cleanup core test processing documentation


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/3775bfd8
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/3775bfd8
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/3775bfd8

Branch: refs/heads/master
Commit: 3775bfd8f53e803c3299960d37e49aa8b72d1625
Parents: 037bf91
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Mar 24 07:24:51 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Mar 24 07:24:51 2015 -0500

----------------------------------------------------------------------
 README-TEN-MINUTE-GUIDE.txt                                    | 2 +-
 README.txt                                                     | 6 +++---
 pom.xml                                                        | 2 +-
 .../fortress/core/doc-files/apache-fortress-core.html          | 6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3775bfd8/README-TEN-MINUTE-GUIDE.txt
----------------------------------------------------------------------
diff --git a/README-TEN-MINUTE-GUIDE.txt b/README-TEN-MINUTE-GUIDE.txt
index ffe777b..fe52944 100644
--- a/README-TEN-MINUTE-GUIDE.txt
+++ b/README-TEN-MINUTE-GUIDE.txt
@@ -58,7 +58,7 @@ cd directory-fortress-core/
 3. Set java and maven home env variables.
 
 4. Build the Fortress Core source and javadoc:
-mvn clean install -DskipTests
+mvn clean install
 mvn javadoc:javadoc
 
 javadoc note: if using java 8, add this param to the pom.xml:

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3775bfd8/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index ffeb6dc..a7f5371 100755
--- a/README.txt
+++ b/README.txt
@@ -149,7 +149,7 @@ a. set java and maven home on machine
 
 b. from the FORTRESS_HOME root folder, enter the following command:
 
-# mvn install -DskipTests
+# mvn install
 
 install notes:
 
@@ -541,7 +541,7 @@ e.g. myLoadFile.xml
 
 b. From FORTRESS_HOME folder, enter the following command:
 
-# $M2_HOME/bin/mvn install -Dload.file=./ldap/setup/myLoadFile.xml -DskipTests=true
+# $M2_HOME/bin/mvn install -Dload.file=./ldap/setup/myLoadFile.xml
 
 Notes:
   - This maven target executes FortressAntTask class (as described in FORTRESS_HOME/dist/docs/api/org/openldap/fortress/ant/FortressAntTask.html).
@@ -607,7 +607,7 @@ e.g. ftCheckAccess.jmx
 
 b. Load the security policy and users required by the jmeter test routines:
 
-# $M2_HOME/bin/mvn install -Dload.file=./ldap/setup/LoadTestUsers.xml -DskipTests=true
+# $M2_HOME/bin/mvn install -Dload.file=./ldap/setup/LoadTestUsers.xml
 
 c. From FORTRESS_HOME folder, enter the following command from a system prompt:
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3775bfd8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index facc2e2..5a18fff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -787,7 +787,7 @@
         <testcase.groups>org.apache.directory.fortress.core.DefaultTestCase</testcase.groups>
       </properties>
     </profile>
-    
+
     <profile>
       <id>apache-release</id>
       <build>

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3775bfd8/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-core.html
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-core.html b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-core.html
index 95dba74..edd7c36 100755
--- a/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-core.html
+++ b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-fortress-core.html
@@ -89,7 +89,7 @@ ldap.server.type=apacheds
         Build fortress core.  This step will generate config artifacts using settings from build.properties.
                 <pre>
                     <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
-mvn install -DskipTests
+mvn install
                     </p>
                 </pre>
     </li>
@@ -154,8 +154,8 @@ ls -l ldap/setup/refreshLDAPData.xml
         Build the fortress LDAP DIT, create its config node and load the A/RBAC policies:
                 <pre>
                     <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
-mvn install -Dload.file=./ldap/setup/refreshLDAPData.xml -DskipTests
-mvn install -Dload.file=./ldap/setup/DelegatedAdminManagerLoad.xml -DskipTests
+mvn install -Dload.file=./ldap/setup/refreshLDAPData.xml
+mvn install -Dload.file=./ldap/setup/DelegatedAdminManagerLoad.xml
                     </p>
                 </pre>
     </li>