Create Java project with Maven archetype attivio-archetype-module

Attivio Module Maven Archetype

Create a Java Project by archetype attivio-archetype-module with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -Dversion="My-version"   -DarchetypeGroupId="com.attivio.platform.archetypes"   -DarchetypeArtifactId="attivio-archetype-module"   -DarchetypeVersion="5.6.3.0"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none
version
validationRegex: none

Details about maven archetype attivio-archetype-module

License

License

GroupId

GroupId

com.attivio.platform.archetypes
ArtifactId

ArtifactId

attivio-archetype-module
Version

Version

5.6.3.0
Type

Type

maven-archetype
Description

Description

platform/archetypes/attivio-archetype-module
Attivio Module Maven Archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.attivio.platform.archetypes -DarchetypeArtifactId=attivio-archetype-module -DarchetypeVersion=5.6.3.0 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
com.attivio.platform.sdk » testutils jar 5.6.3.0

Project Modules

There are no modules declared in this project.