Create Java project with Maven archetype iafarch-gui

The INGENIAS Development Kit

Create a Java Project by archetype iafarch-gui with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.sf.ingenias"   -DarchetypeArtifactId="iafarch-gui"   -DarchetypeVersion="1.4"   -DinteractiveMode=false 

Details about maven archetype iafarch-gui

License

License

GroupId

GroupId

net.sf.ingenias
ArtifactId

ArtifactId

iafarch-gui
Version

Version

1.4
Type

Type

maven-archetype
Description

Description

Archetype - iafarch - GUI example
The INGENIAS Development Kit
Project URL

Project URL

http://ingenias.sf.net

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.sf.ingenias -DarchetypeArtifactId=iafarch-gui -DarchetypeVersion=1.4 -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.