Create Java project with Maven archetype wab-archetype

Pax Web - OPS4J implementation of OSGi HTTP service using Jetty 9 or Tomcat 7. Detailed information to be found at http://team.ops4j.org/wiki/display/paxweb/.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DcontextPath="My-contextPath"   -DarchetypeGroupId="org.ops4j.pax.web.archetypes"   -DarchetypeArtifactId="wab-archetype"   -DarchetypeVersion="7.4.4"   -DinteractiveMode=false 

Required parameters for generate java project:

contextPath
validationRegex: none

Details about maven archetype wab-archetype

License

License

GroupId

GroupId

org.ops4j.pax.web.archetypes
ArtifactId

ArtifactId

wab-archetype
Version

Version

7.4.4
Type

Type

maven-archetype
Description

Description

OPS4J Pax Web - WAB Archetype
Pax Web - OPS4J implementation of OSGi HTTP service using Jetty 9 or Tomcat 7. Detailed information to be found at http://team.ops4j.org/wiki/display/paxweb/.
Project Organization

Project Organization

OPS4J - Open Participation Software for Java

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.ops4j.pax.web.archetypes -DarchetypeArtifactId=wab-archetype -DarchetypeVersion=7.4.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.