Github user pluradj commented on a diff in the pull request: https://github.com/apache/incubator-tinkerpop/pull/237#discussion_r53960519 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1880,3 +1880,25 @@ The following shows the output for `HadoopGraph`: ---- describeGraph(HadoopGraph) ---- + +[[gremlin-archetypes]] +Gremlin Archetypes +================== + +TinkerPop has a number of link:https://maven.apache.org/guides/introduction/introduction-to-archetypes.html[Maven archetypes], +which provide example project templates to quickly get started with TinkerPop. The available archetypes are as follows: + +* `gremlin-archetype-server` - An example project that demonstrates the basic structure of a +<<gremlin-server,Gremlin Server>> project, how to connect with the Gremlin Driver, and how to embed Gremlin Server in +a testing framework. +* `gremlin-archetype-tinkergraph` - A basic example of how to structure a TinkerPop project with Maven. + +You can use Maven to generate these example projects with a command like: + +[source,shell] +$ mvn archetype:generate -DarchetypeGroupId=org.apache.tinkerpop -DarchetypeArtifactId=gremlin-archetype-server + -DarchetypeVersion=3.1.2-incubating -DgroupId=com.my -DartifactId=app --- End diff -- Suggest adding `-Dversion=0.1 -DinteractiveMode=false`
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---