Create Java project with Maven archetype archetypes-command

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.

Create a Java Project by archetype archetypes-command with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dscope="My-scope"   -Dcommand="My-command"   -Ddescription="My-description"   -DarchetypeGroupId="org.apache.karaf.archetypes"   -DarchetypeArtifactId="archetypes-command"   -DarchetypeVersion="2.2.4"   -DinteractiveMode=false 

Required parameters for generate java project:

scope
validationRegex: none
command
validationRegex: none
description
validationRegex: none

Details about maven archetype archetypes-command

License

License

GroupId

GroupId

org.apache.karaf.archetypes
ArtifactId

ArtifactId

archetypes-command
Version

Version

2.2.4
Type

Type

maven-archetype
Description

Description

Apache Karaf :: Command Archetype
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.karaf.archetypes -DarchetypeArtifactId=archetypes-command -DarchetypeVersion=2.2.4 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.7
org.easymock : easymock jar 2.4

Project Modules

There are no modules declared in this project.