GitHub user spmallette opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/237

    TINKERPOP-1085 Added gremlin-archetypes and related submodules

    https://issues.apache.org/jira/browse/TINKERPOP-1085
    
    Established the model for "examples" in TinkerPop using Maven archetypes. 
Provided two archetypes: gremlin-archetype-server and 
gremlin-archetype-tinkergraph.
    
    Note that each archetype has tests to validate their operations and the 
tests are configured to execute on standard execution of `mvn clean install`.  
You can manually try out the achetypes with a command like this:
    
    ```text
    $ mvn archetype:generate -DarchetypeGroupId=org.apache.tinkerpop 
-DarchetypeArtifactId=gremlin-archetype-server 
-DarchetypeVersion=3.1.2-SNAPSHOT -DgroupId=com.my -DartifactId=app
    ```
    
    which will create a project (based on the `gremlin-archetype-server` 
module) in a directory called "app".  
    
    VOTE +1


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP-1085

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/237.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #237
    
----
commit bb3bf09f57ba2ceb40565f2f9cefa886718d241d
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2016-02-23T15:01:15Z

    Added gremlin-archetypes and related submodules.
    
    Established the model for "examples" in TinkerPop using Maven archetypes. 
Provided two archetypes: gremlin-archetype-server and 
gremlin-archetype-tinkergraph.

----


---
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.
---

Reply via email to