Create Java project with Maven archetype panda-archtype-webapp

An archetype which contains a sample Panda Webapp project.

Create a Java Project by archetype panda-archtype-webapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.pandafw"   -DarchetypeArtifactId="panda-archtype-webapp"   -DarchetypeVersion="1.8.0"   -DinteractiveMode=false 

Details about maven archetype panda-archtype-webapp

License

License

GroupId

GroupId

com.github.pandafw
ArtifactId

ArtifactId

panda-archtype-webapp
Version

Version

1.8.0
Type

Type

maven-archetype
Description

Description

Panda Webapp Archetype
An archetype which contains a sample Panda Webapp project.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.pandafw -DarchetypeArtifactId=panda-archtype-webapp -DarchetypeVersion=1.8.0 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.