Create Java project with Maven archetype structr-base-archetype

Structr is an open source framework based on the popular Neo4j graph database.

Create a Java Project by archetype structr-base-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.structr"   -DarchetypeArtifactId="structr-base-archetype"   -DarchetypeVersion="1.0.RC4"   -DinteractiveMode=false 

Details about maven archetype structr-base-archetype

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr-base-archetype
Version

Version

1.0.RC4
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.structr -DarchetypeArtifactId=structr-base-archetype -DarchetypeVersion=1.0.RC4 -DinteractiveMode=false