Create Java project with Maven archetype noraui-archetype

Maven archetype for use a NORA-UI project

Create a Java Project by archetype noraui-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DUUID="My-UUID"   -DrobotName="My-robotName"   -DtargetApplicationId="My-targetApplicationId"   -DtargetApplicationName="My-targetApplicationName"   -DtargetApplicationTitle="My-targetApplicationTitle"   -DtargetApplicationUrl="My-targetApplicationUrl"   -Dinputprovider="My-inputprovider"   -Dshare="My-share"   -DsonarUrl="My-sonarUrl"   -DrepositoryId="My-repositoryId"   -DrepositorySnapshotsUrl="My-repositorySnapshotsUrl"   -DrepositoryReleaseUrl="My-repositoryReleaseUrl"   -DarchetypeGroupId="com.github.noraui"   -DarchetypeArtifactId="noraui-archetype"   -DarchetypeVersion="4.4.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

UUID
validationRegex: none
robotName
validationRegex: none
targetApplicationId
validationRegex: none
targetApplicationName
validationRegex: none
targetApplicationTitle
validationRegex: none
targetApplicationUrl
validationRegex: none
inputprovider
validationRegex: none
share
validationRegex: none
sonarUrl
validationRegex: none
repositoryId
validationRegex: none
repositorySnapshotsUrl
validationRegex: none
repositoryReleaseUrl
validationRegex: none

Details about maven archetype noraui-archetype

License

License

GroupId

GroupId

com.github.noraui
ArtifactId

ArtifactId

noraui-archetype
Version

Version

4.4.0.0
Type

Type

maven-archetype
Description

Description

NORAUI Archetype
Maven archetype for use a NORA-UI project
Project URL

Project URL

https://github.com/NoraUi/noraui-archetype
Project Organization

Project Organization

NoraUi

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.noraui -DarchetypeArtifactId=noraui-archetype -DarchetypeVersion=4.4.0.0 -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.