Create Java project with Maven archetype vrealize-automation-content-generator-project

vRealize Automamtion content generator project

Create a Java Project by archetype vrealize-automation-content-generator-project with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dinstance="My-instance"   -DloginInstance="My-loginInstance"   -Dusername="My-username"   -Dpassword="My-password"   -DrefreshToken="My-refreshToken"   -Dinitialize="My-initialize"   -DarchetypeGroupId="com.vmware.devops"   -DarchetypeArtifactId="vrealize-automation-content-generator-project"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

Required parameters for generate java project:

instance
validationRegex: none
loginInstance
validationRegex: none
username
validationRegex: none
password
validationRegex: none
refreshToken
validationRegex: none
initialize
validationRegex: none

Details about maven archetype vrealize-automation-content-generator-project

License

License

GroupId

GroupId

com.vmware.devops
ArtifactId

ArtifactId

vrealize-automation-content-generator-project
Version

Version

1.1
Type

Type

maven-archetype
Description

Description

com.vmware.devops:vrealize-automation-content-generator-project
vRealize Automamtion content generator project

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.vmware.devops -DarchetypeArtifactId=vrealize-automation-content-generator-project -DarchetypeVersion=1.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.