Create Java project with Maven archetype refcodes-archetype-alt-c2

A minimum REFCODES.ORG enabled C2 (Command + Control) RESTful server teaming up with itself as client application. Get inspired by "https://bitbucket.org/funcodez".

Create a Java Project by archetype refcodes-archetype-alt-c2 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DprojectVersion="My-projectVersion"   -DarchetypeGroupId="org.refcodes"   -DarchetypeArtifactId="refcodes-archetype-alt-c2"   -DarchetypeVersion="2.2.2"   -DinteractiveMode=false 

Required parameters for generate java project:

projectVersion
validationRegex: none

Details about maven archetype refcodes-archetype-alt-c2

License

License

Other License Agreement
GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-archetype-alt-c2
Version

Version

2.2.2
Type

Type

maven-archetype
Description

Description

org.refcodes:refcodes-archetype-alt-c2
A minimum REFCODES.ORG enabled C2 (Command + Control) RESTful server teaming up with itself as client application. Get inspired by "https://bitbucket.org/funcodez".
Project URL

Project URL

http://www.refcodes.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.refcodes -DarchetypeArtifactId=refcodes-archetype-alt-c2 -DarchetypeVersion=2.2.2 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
org.refcodes : refcodes-archetype jar 2.2.2
org.refcodes : refcodes-licensing jar 2.2.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.