MVN

edu.byu.hbll.maven : executable-archetype

Maven & Gradle

Jun 22, 2022

Executable Archetype · Maven archetype for CLI, cron, and daemon applications.

mvn archetype:generate -DarchetypeGroupId=edu.byu.hbll.maven -DarchetypeArtifactId=executable-archetype -DarchetypeVersion=4.0.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.byu.hbll.maven : executable-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of edu.byu.hbll.maven : executable-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
4.0.x
executable-archetype-4.0.1
executable-archetype-4.0.0
3.7.x
executable-archetype-3.7.1
executable-archetype-3.7.0
3.6.x
executable-archetype-3.6.0
3.5.x
executable-archetype-3.5.0
3.4.x
executable-archetype-3.4.1
executable-archetype-3.4.0
3.3.x
executable-archetype-3.3.3
executable-archetype-3.3.2
executable-archetype-3.3.1
executable-archetype-3.3.0
3.2.x
executable-archetype-3.2.0
3.1.x
executable-archetype-3.1.1
executable-archetype-3.1.0
3.0.x
executable-archetype-3.0.0
2.0.x
executable-archetype-2.0.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=edu.byu.hbll.maven -DarchetypeArtifactId=executable-archetype -DarchetypeVersion=4.0.1

Advertisement