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/31 14:08:50 UTC

directory-fortress-enmasse git commit: FC-83 - minor rest doc cleanup

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 8acaf13bd -> ff56c8367


FC-83 - minor rest doc cleanup


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

Branch: refs/heads/master
Commit: ff56c8367c029dbb32802763672c6d61697b23b3
Parents: 8acaf13
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Mar 31 07:08:37 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Mar 31 07:08:37 2015 -0500

----------------------------------------------------------------------
 README.txt | 2 +-
 pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/ff56c836/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index cc3793a..fcf9f42 100755
--- a/README.txt
+++ b/README.txt
@@ -138,7 +138,7 @@ ________________________________________________________________________________
 # SECTION 6:  Instructions to test Fortress Rest application
 ###################################################################################
 Run unit test:
-# mvn -Dtest=EmTest test
+# mvn test -Dtest=EmTest
 
 notes:
     - The Fortress Rest application must be deployed and running within your servlet container before the unit tests will complete successfully.  If your app server

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/ff56c836/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 724ccfd..15da805 100755
--- a/pom.xml
+++ b/pom.xml
@@ -335,7 +335,7 @@
       </plugin>
 
       <!-- Fires on 'mvn -Dtest=ClassName' where ClassName is junit test class name, for this project: -->
-      <!-- mvn -Dtest=EmTest -->
+      <!-- mvn test -Dtest=EmTest -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>