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.0"   -DinteractiveMode=false 

Details about maven archetype structr-base-archetype

License

License

GroupId

GroupId

org.structr
ArtifactId

ArtifactId

structr-base-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

structr-base-archetype
Structr is an open source framework based on the popular Neo4j graph database.
Project URL

Project URL

http://structr.org
Source Code Management

Source Code Management

https://github.com/structr/structr

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.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.