Create Java project with Maven archetype structr-simple-example-archetype

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

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.structr"   -DarchetypeArtifactId="structr-simple-example-archetype"   -DarchetypeVersion="0.9.0"   -DinteractiveMode=false 

Details about maven archetype structr-simple-example-archetype

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr-simple-example-archetype
Version

Version

0.9.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.structr -DarchetypeArtifactId=structr-simple-example-archetype -DarchetypeVersion=0.9.0 -DinteractiveMode=false