Create Java project with Maven archetype roboconf-maven-archetype

A solution for elastic deployments

Create a Java Project by archetype roboconf-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Droboconf-maven-plugin-version="My-roboconf-maven-plugin-version"   -DarchetypeGroupId="net.roboconf"   -DarchetypeArtifactId="roboconf-maven-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

roboconf-maven-plugin-version
validationRegex: none

Details about maven archetype roboconf-maven-archetype

License

License

GroupId

GroupId

net.roboconf
ArtifactId

ArtifactId

roboconf-maven-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

Roboconf :: Maven Archetype
A solution for elastic deployments

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.roboconf -DarchetypeArtifactId=roboconf-maven-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.