You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/11/11 12:19:37 UTC

incubator-tinkerpop git commit: Added "run integration tests" to pre-flight check docs.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master cab1a8fd0 -> 7ed6ecf2a


Added "run integration tests" to pre-flight check docs.

Seems like it's a good idea to know during pre-flight if something is amiss even though the expectation is to run these tests again later.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/7ed6ecf2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/7ed6ecf2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/7ed6ecf2

Branch: refs/heads/master
Commit: 7ed6ecf2a27e7d8a482672312ffca14a6dc180d1
Parents: cab1a8f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Nov 11 06:07:47 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Nov 11 06:07:47 2015 -0500

----------------------------------------------------------------------
 docs/src/developer-release.asciidoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/7ed6ecf2/docs/src/developer-release.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/developer-release.asciidoc b/docs/src/developer-release.asciidoc
index f23434f..c29da59 100644
--- a/docs/src/developer-release.asciidoc
+++ b/docs/src/developer-release.asciidoc
@@ -42,6 +42,7 @@ and communicating with other members of the community.
 under release is protected. Tweaks to documentation and other odds and ends related to release are still allowed
 during this period.
 . At some point during the week:
+.. Run the full integration test suite: `mvn clean install -DskipIntegrationTests=false -DincludeNeo4j`
 .. Deploy a final SNAPSHOT to the snapshot repository.
 .. Review LICENSE and NOTICE files to make sure that no <<dependencies,changes are needed>>.
 .. Review javadoc filters on the "Core API" docs to be sure nothing needs to change.