Create Java project with Maven archetype attivio-archetype-client

Attivio Client Maven Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dhadoop="My-hadoop"   -Dpackage="My-package"   -DarchetypeGroupId="com.attivio.platform.archetypes"   -DarchetypeArtifactId="attivio-archetype-client"   -DarchetypeVersion="5.5.0.5"   -DinteractiveMode=false 

Required parameters for generate java project:

hadoop
validationRegex: none
package
validationRegex: none

Details about maven archetype attivio-archetype-client

License

License

GroupId

GroupId

com.attivio.platform.archetypes
ArtifactId

ArtifactId

attivio-archetype-client
Version

Version

5.5.0.5
Type

Type

maven-archetype
Description

Description

platform/archetypes/attivio-archetype-client
Attivio Client 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-client -DarchetypeVersion=5.5.0.5 -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.