Repository: storm
Updated Branches:
  refs/heads/master 5ea90ce0f -> 8e1627dde


Clarifies example mvn commands given new profiles


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/b89c56ec
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/b89c56ec
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/b89c56ec

Branch: refs/heads/master
Commit: b89c56ec3ff599262588cf05fa50a27101912ee3
Parents: 2244074
Author: Derek Dagit <der...@oath.com>
Authored: Thu Oct 11 16:08:29 2018 -0500
Committer: Derek Dagit <der...@oath.com>
Committed: Thu Oct 11 16:08:29 2018 -0500

----------------------------------------------------------------------
 DEVELOPER.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/b89c56ec/DEVELOPER.md
----------------------------------------------------------------------
diff --git a/DEVELOPER.md b/DEVELOPER.md
index 8b9ea9c..e4da377 100644
--- a/DEVELOPER.md
+++ b/DEVELOPER.md
@@ -283,17 +283,17 @@ Integration tests require that you activate the profile 
`integration-test` and t
  
 To run all Java and Clojure integration tests but no unit tests execute one of 
the commands
  
-    mvn -P  integration-tests-only verify
-    mvn -P  integration-tests-only integration-test
+    mvn -P integration-tests-only,examples,externals verify
+    mvn -P integration-tests-only,examples,externals integration-test
 
 To run all unit tests plus Clojure integration tests but no Java integration 
tests execute the command
  
-    mvn -P all-tests test
+    mvn -P all-tests,examples,externals test
 
 To run all unit tests and all integration tests execute one of the commands
  
-    mvn -P all-tests verify
-    mvn -P all-tests integration-test
+    mvn -P all-tests,examples,externals verify
+    mvn -P all-tests,examples,externals integration-test
  
  
 You can also run tests selectively via the Clojure REPL.  The following 
example runs the tests in

Reply via email to