Create Java project with Maven archetype emagin-jfx-archetype

Generates Quick start project for Emagin FX

Create a Java Project by archetype emagin-jfx-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeVersion="My-archetypeVersion"   -DarchetypeGroupId="com.nexitia.emaginplatform"   -DarchetypeArtifactId="emagin-jfx-archetype"   -DarchetypeVersion="11.0.3"   -DinteractiveMode=false 

Required parameters for generate java project:

archetypeVersion
validationRegex: none

Details about maven archetype emagin-jfx-archetype

License

License

GroupId

GroupId

com.nexitia.emaginplatform
ArtifactId

ArtifactId

emagin-jfx-archetype
Version

Version

11.0.3
Type

Type

maven-archetype
Description

Description

Emagin JFX maven archetype
Generates Quick start project for Emagin FX
Project Organization

Project Organization

NEXITIA

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.nexitia.emaginplatform -DarchetypeArtifactId=emagin-jfx-archetype -DarchetypeVersion=11.0.3 -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.