Create Java project with Maven archetype jbundle-project-archetype

jbundle project archetype

Create a Java Project by archetype jbundle-project-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jbundle.app.tools"   -DarchetypeArtifactId="jbundle-project-archetype"   -DarchetypeVersion="1.0.10"   -DinteractiveMode=false 

Details about maven archetype jbundle-project-archetype

License

License

GroupId

GroupId

org.jbundle.app.tools
ArtifactId

ArtifactId

jbundle-project-archetype
Version

Version

1.0.10
Type

Type

maven-archetype
Description

Description

jbundle-project-archetype
jbundle project archetype
Project Organization

Project Organization

jbundle.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jbundle.app.tools -DarchetypeArtifactId=jbundle-project-archetype -DarchetypeVersion=1.0.10 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.