Create Java project with Maven archetype swf-archetype

Archetype to create apps using SWF

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeVersion="My-archetypeVersion"   -Dpackage="My-package"   -DarchetypeGroupId="com.github.venkatramanm.swf-all"   -DarchetypeArtifactId="swf-archetype"   -DarchetypeVersion="2.11"   -DinteractiveMode=false 

Required parameters for generate java project:

archetypeVersion
validationRegex: none
package
validationRegex: none

Details about maven archetype swf-archetype

License

License

MIT
GroupId

GroupId

com.github.venkatramanm.swf-all
ArtifactId

ArtifactId

swf-archetype
Version

Version

2.11
Type

Type

maven-archetype
Description

Description

com.github.venkatramanm.swf-all:swf-archetype
Archetype to create apps using SWF
Project URL

Project URL

http://succinct.in
Source Code Management

Source Code Management

https://github.com/venkatramanm/swf-all/tree/master/swf-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.venkatramanm.swf-all -DarchetypeArtifactId=swf-archetype -DarchetypeVersion=2.11 -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.