You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/dev/developer/development-environment.asciidoc
+3
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,9 @@ mvn -Dmaven.javadoc.skip=true --projects tinkergraph-gremlin test
149
149
** Reports are generated to the console and to `gremlin-tools/gremlin-benchmark/target/reports/benchmark`.
150
150
* Test coverage report: `mvn clean install -Dcoverage` - note that the `install` is necessary because report aggregation is bound to that part of the lifecycle.
151
151
** Reports are generated to `gremlin-tools/gremlin-coverage/target/site`.
152
+
* `cd site`
153
+
** Generate web site locally: `bin/generate-home.sh`
154
+
** Publish web site: `bin/publish-home.sh <username>`
0 commit comments