Create Java project with Maven archetype jfxmobile-archetype

Create base javafxPorts project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dproject_name="My-project_name"   -DarchetypeGroupId="com.messapix.ftatr.jfxmobile"   -DarchetypeArtifactId="jfxmobile-archetype"   -DarchetypeVersion="1.0.0-b1"   -DinteractiveMode=false 

Required parameters for generate java project:

project_name
validationRegex: none

Details about maven archetype jfxmobile-archetype

License

License

GroupId

GroupId

com.messapix.ftatr.jfxmobile
ArtifactId

ArtifactId

jfxmobile-archetype
Version

Version

1.0.0-b1
Type

Type

maven-archetype
Description

Description

jfxmobile archetype
Create base javafxPorts project
Project URL

Project URL

https://github.com/messapix/jfxmobile-archetype
Project Organization

Project Organization

Messapix
Source Code Management

Source Code Management

https://github.com/messapix/jfxmobile-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.messapix.ftatr.jfxmobile -DarchetypeArtifactId=jfxmobile-archetype -DarchetypeVersion=1.0.0-b1 -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.