Create Java project with Maven archetype org.jbundle.util.webapp.files-archetype

Top level properties and features

Create a Java Project by archetype org.jbundle.util.webapp.files-archetype with Command Line:

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

Details about maven archetype org.jbundle.util.webapp.files-archetype

License

License

GroupId

GroupId

org.jbundle.util.webapp
ArtifactId

ArtifactId

org.jbundle.util.webapp.files-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

org.jbundle.util.webapp.files-archetype
Top level properties and features
Project Organization

Project Organization

jbundle.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jbundle.util.webapp -DarchetypeArtifactId=org.jbundle.util.webapp.files-archetype -DarchetypeVersion=1.0.1 -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.