Create Java project with Maven archetype entando-archetype-portal-bootstrap

Twitter Bootstrap Portal Archetype for Entando: an agile, modern and user-centric open source portal-like platform.

Create a Java Project by archetype entando-archetype-portal-bootstrap with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.entando.entando"   -DarchetypeArtifactId="entando-archetype-portal-bootstrap"   -DarchetypeVersion="4.3.1"   -DinteractiveMode=false 

Details about maven archetype entando-archetype-portal-bootstrap

License

License

GroupId

GroupId

org.entando.entando
ArtifactId

ArtifactId

entando-archetype-portal-bootstrap
Version

Version

4.3.1
Type

Type

maven-archetype
Description

Description

Entando: Archetype for Bootstrap Portal
Twitter Bootstrap Portal Archetype for Entando: an agile, modern and user-centric open source portal-like platform.
Project URL

Project URL

http://www.entando.com/
Project Organization

Project Organization

Entando Inc.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.entando.entando -DarchetypeArtifactId=entando-archetype-portal-bootstrap -DarchetypeVersion=4.3.1 -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.