Create Java project with Maven archetype orienteer-archetype-war

An maven archetype for custom Orienteer based WAR

Create a Java Project by archetype orienteer-archetype-war with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DorienteerVersion="My-orienteerVersion"   -DwicketOrientDBVersion="My-wicketOrientDBVersion"   -DjettyVersion="My-jettyVersion"   -DarchetypeGroupId="org.orienteer"   -DarchetypeArtifactId="orienteer-archetype-war"   -DarchetypeVersion="1.5"   -DinteractiveMode=false 

Required parameters for generate java project:

orienteerVersion
validationRegex: none
wicketOrientDBVersion
validationRegex: none
jettyVersion
validationRegex: none

Details about maven archetype orienteer-archetype-war

License

License

GroupId

GroupId

org.orienteer
ArtifactId

ArtifactId

orienteer-archetype-war
Version

Version

1.5
Type

Type

maven-archetype
Description

Description

An maven archetype for custom Orienteer based WAR

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.orienteer -DarchetypeArtifactId=orienteer-archetype-war -DarchetypeVersion=1.5 -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.