Create Java project with Maven archetype apex-app-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.

Create a Java Project by archetype apex-app-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DapexCoreVersion="My-apexCoreVersion"   -DapexMalharVersion="My-apexMalharVersion"   -DarchetypeGroupId="org.apache.apex"   -DarchetypeArtifactId="apex-app-archetype"   -DarchetypeVersion="3.7.0"   -DinteractiveMode=false 

Required parameters for generate java project:

apexCoreVersion
validationRegex: none
apexMalharVersion
validationRegex: none

Details about maven archetype apex-app-archetype

License

License

GroupId

GroupId

org.apache.apex
ArtifactId

ArtifactId

apex-app-archetype
Version

Version

3.7.0
Type

Type

maven-archetype
Description

Description

Apache Apex Application Maven 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

Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.7.0 -DinteractiveMode=false

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
pl.pragmatists : JUnitParams jar 1.0.4

Project Modules

There are no modules declared in this project.