You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/03/18 14:23:09 UTC

git commit: Closes #2: add warning not to use "-Dmaven.test.skip=true"

Repository: cloudstack-docs
Updated Branches:
  refs/heads/master bf38029d8 -> 98ce02ab4


Closes #2: add warning not to use "-Dmaven.test.skip=true"

Signed-off-by: Sebastien Goasguen <ru...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/98ce02ab
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/98ce02ab
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/98ce02ab

Branch: refs/heads/master
Commit: 98ce02ab4b2297e4389cf1a3ccc96427efdff054
Parents: bf38029
Author: Chris Snow <ch...@gmail.com>
Authored: Thu Mar 6 09:57:26 2014 +0000
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Tue Mar 18 14:22:31 2014 +0100

----------------------------------------------------------------------
 rtd/source/developer_guide.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/98ce02ab/rtd/source/developer_guide.rst
----------------------------------------------------------------------
diff --git a/rtd/source/developer_guide.rst b/rtd/source/developer_guide.rst
index 7ccb6be..e859a59 100644
--- a/rtd/source/developer_guide.rst
+++ b/rtd/source/developer_guide.rst
@@ -235,7 +235,8 @@ run:
 
     mvn -Pdeveloper,systemvm clean install
 
-If you want to skip the tests add ``-DskipTests`` to the command above
+If you want to skip the tests add ``-DskipTests`` to the command above. 
+Do NOT use ``-Dmaven.test.skip=true`` because that will break the build.
 
 You will have made sure to set the proper db password in
 ``utils/conf/db.properties``