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

A minimum REFCODES.ORG enabled RESTful server and client application. Get inspired by "https://bitbucket.org/funcodez".

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

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

Required parameters for generate java project:

projectVersion
validationRegex: none

Details about maven archetype refcodes-archetype-alt-rest

License

License

Other License Agreement
GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-archetype-alt-rest
Version

Version

3.0.4
Type

Type

maven-archetype
Description

Description

org.refcodes:refcodes-archetype-alt-rest
A minimum REFCODES.ORG enabled RESTful server and 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-rest -DarchetypeVersion=3.0.4 -DinteractiveMode=false

Dependencies

compile (2)

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

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.