Create Java project with Maven archetype javafx-cdi-archetype

JavaFX with CDI Archetype

Create a Java Project by archetype javafx-cdi-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DpkgPath="My-pkgPath"   -Ddescription="My-description"   -DhyphenName="My-hyphenName"   -DmainName="My-mainName"   -DarchetypeGroupId="org.fuin.archetypes"   -DarchetypeArtifactId="javafx-cdi-archetype"   -DarchetypeVersion="0.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
pkgPath
validationRegex: none
description
validationRegex: none
hyphenName
validationRegex: none
mainName
validationRegex: none

Details about maven archetype javafx-cdi-archetype

License

License

GroupId

GroupId

org.fuin.archetypes
ArtifactId

ArtifactId

javafx-cdi-archetype
Version

Version

0.1.0
Type

Type

maven-archetype
Description

Description

JavaFX with CDI Archetype
Project Organization

Project Organization

fuin.org (Germany)
Source Code Management

Source Code Management

https://github.com/fuinorg/javafx-cdi-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fuin.archetypes -DarchetypeArtifactId=javafx-cdi-archetype -DarchetypeVersion=0.1.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.