Create Java project with Maven archetype scaffold-archetype

A quick start configuration for creating new Scaffold Projects

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.github.kgress.scaffold"   -DarchetypeArtifactId="scaffold-archetype"   -DarchetypeVersion="2.0.0"   -DinteractiveMode=false 

Generated Project modules

  • core
  • environment

Details about maven archetype scaffold-archetype

License

License

GroupId

GroupId

io.github.kgress.scaffold
ArtifactId

ArtifactId

scaffold-archetype
Version

Version

2.0.0
Type

Type

maven-archetype
Description

Description

Scaffold Archetype
A quick start configuration for creating new Scaffold Projects
Project URL

Project URL

https://github.com/kgress/scaffold-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.kgress.scaffold -DarchetypeArtifactId=scaffold-archetype -DarchetypeVersion=2.0.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.