Create Java project with Maven archetype jsf-quickstart-archetype

JSF Web Application with libSASS

Create a Java Project by archetype jsf-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="no.tornado"   -DarchetypeArtifactId="jsf-quickstart-archetype"   -DarchetypeVersion="0.9.1"   -DinteractiveMode=false 

Details about maven archetype jsf-quickstart-archetype

License

License

GroupId

GroupId

no.tornado
ArtifactId

ArtifactId

jsf-quickstart-archetype
Version

Version

0.9.1
Type

Type

maven-archetype
Description

Description

jsf-quickstart-archetype
JSF Web Application with libSASS
Project URL

Project URL

https://github.com/edvin/jsf-quickstart
Project Organization

Project Organization

SYSE

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=no.tornado -DarchetypeArtifactId=jsf-quickstart-archetype -DarchetypeVersion=0.9.1 -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.