MVN

org.refcodes : refcodes-cli-ext-archetype

Maven & Gradle

Jan 02, 2021
1 usages

A minimum REFCODES.ORG enabled command line interface (CLI) application. Get inspired by "https://bitbucket.org/funcodez".

mvn archetype:generate -DarchetypeGroupId=org.refcodes -DarchetypeArtifactId=refcodes-cli-ext-archetype -DarchetypeVersion=2.1.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.refcodes : refcodes-cli-ext-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of org.refcodes : refcodes-cli-ext-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.1.x
refcodes-cli-ext-archetype-2.1.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.refcodes -DarchetypeArtifactId=refcodes-cli-ext-archetype -DarchetypeVersion=2.1.0

Advertisement