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/04/07 13:25:27 UTC

[45/50] [abbrv] incubator-tinkerpop git commit: Apache rat runs automatically

Apache rat runs automatically

No need for a specific step during release.


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

Branch: refs/heads/variables
Commit: 791c133725b1ce1266538bef803fd7096028456a
Parents: 3990095
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 6 13:47:36 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 6 13:47:36 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/791c1337/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index fb2c68d..8b0373e 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -34,6 +34,7 @@ Building and Testing
 ** Specify specific tests in a TinkerPop Suite to run: `mvn test -Dgremlin.tests={test class 1, test class 2...}` - note that including a specific test may require its inner class implementation (e.g. `org.apache.tinkerpop.gremlin....UnionTest$ComputerTest`)
 ** Clean the `.groovy/grapes/org.apache.tinkerpop` directory on build: `mvn clean install -DcleanGrapes`
 * Regenerate test data (only necessary given changes to IO classes): `mvn clean install -Dio` from `tinkergraph-gremlin` directory
+* Check license headers are present: `mvn apache-rat:check`
 * Build AsciiDocs: `docs/preprocessor/preprocess.sh && mvn process-resources -Dasciidoc`
 * Build JavaDocs: `mvn process-resources -Djavadoc`
 * Check for Apache License headers: `mvn apache-rat:check`
@@ -70,7 +71,6 @@ gremlin>
 Release Process
 ~~~~~~~~~~~~~~~
 
-. `mvn apache-rat:check` - ensure license headers are present
 . `mvn clean install`
 .. `mvn verify -DskipIntegrationTests=false`
 .. `mvn verify -DskipPerformanceTests=false`