Last active
August 29, 2015 14:02
-
-
Save spmallette/7ab279a1703b921198f7 to your computer and use it in GitHub Desktop.
Building TinkerPop and Aurelius Stacks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generate documentation | |
mvn -pl titan-dist package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generate documentation | |
mvn -Dasciidoc process-resources | |
# deploy docs | |
mvn deploy -Dasciidoc | |
# deploy javadoc | |
mvn deploy -Djavadoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment