mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.airhacks" -DarchetypeArtifactId="igniter" -DarchetypeVersion="1.9.4" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.airhacks |
ArtifactId | ArtifactIdigniter |
Version | Version1.9.4 |
Type | Typemaven-archetype |
Description |
Descriptionigniter
An application template for building Java FX MVP applications
with Dependency Injection and afterburner.fx
|
Project URL |
Project URL |
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.airhacks -DarchetypeArtifactId=igniter -DarchetypeVersion=1.9.4 -DinteractiveMode=false