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

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

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

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

Details about maven archetype entando-archetype-portal-generic

License

License

GroupId

GroupId

org.entando.entando
ArtifactId

ArtifactId

entando-archetype-portal-generic
Version

Version

4.3.1
Type

Type

maven-archetype
Description

Description

Entando: Archetype for Generic Portal
Generic 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-generic -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.