Create Java project with Maven archetype jbundle-util-webapp-webdav-archetype

Top level properties and features

Create a Java Project by archetype jbundle-util-webapp-webdav-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jbundle.util.webapp"   -DarchetypeArtifactId="jbundle-util-webapp-webdav-archetype"   -DarchetypeVersion="0.7.2"   -DinteractiveMode=false 

Details about maven archetype jbundle-util-webapp-webdav-archetype

License

License

GroupId

GroupId

org.jbundle.util.webapp
ArtifactId

ArtifactId

jbundle-util-webapp-webdav-archetype
Version

Version

0.7.2
Type

Type

maven-archetype
Description

Description

jbundle-util-webapp-webdav-archetype
Top level properties and features

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jbundle.util.webapp -DarchetypeArtifactId=jbundle-util-webapp-webdav-archetype -DarchetypeVersion=0.7.2 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.