Create Java project with Maven archetype executable-archetype

Maven archetype for CLI, cron, and daemon applications.

Create a Java Project by archetype executable-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -Ddescription="My-description"   -Diname="My-iname"   -Dname="My-name"   -DarchetypeGroupId="edu.byu.hbll.maven"   -DarchetypeArtifactId="executable-archetype"   -DarchetypeVersion="4.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
package
validationRegex: none
description
validationRegex: none
iname
validationRegex: none
name
validationRegex: none

Details about maven archetype executable-archetype

License

License

GroupId

GroupId

edu.byu.hbll.maven
ArtifactId

ArtifactId

executable-archetype
Version

Version

4.0.1
Type

Type

maven-archetype
Description

Description

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

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=edu.byu.hbll.maven -DarchetypeArtifactId=executable-archetype -DarchetypeVersion=4.0.1 -DinteractiveMode=false

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-params jar
org.mockito : mockito-junit-jupiter jar
org.mockito : mockito-core jar
org.testcontainers : junit-jupiter jar
io.specto : hoverfly-java-junit5 jar 0.14.1
edu.byu.hbll.witness : witness-core jar

Project Modules

There are no modules declared in this project.