Create Java project with Maven archetype entando-archetype-bundle-content

Content Type Bundle Archetype for Entando.

Create a Java Project by archetype entando-archetype-bundle-content with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dcontent-three-caps-letters-code="My-content-three-caps-letters-code"   -DarchetypeGroupId="org.entando.entando"   -DarchetypeArtifactId="entando-archetype-bundle-content"   -DarchetypeVersion="5.3.2"   -DinteractiveMode=false 

Required parameters for generate java project:

content-three-caps-letters-code
validationRegex: none

Details about maven archetype entando-archetype-bundle-content

License

License

GroupId

GroupId

org.entando.entando
ArtifactId

ArtifactId

entando-archetype-bundle-content
Version

Version

5.3.2
Type

Type

maven-archetype
Description

Description

Entando: Archetype for Content Type Bundle
Content Type Bundle Archetype for Entando.
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-bundle-content -DarchetypeVersion=5.3.2 -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.