Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Maven archetype for a general DevDungeon Java project

Notifications You must be signed in to change notification settings

DevDungeon/maven.archetypes.application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevDungeon Library Maven Archetype

Maven metadata URI

This archetype is for creating DevDungeon applications.

Installation

Run mvn install on this project to install it to your local repository and then you can run mvn archetype:generate using the following command.

Generating a new project using this archetype

Minimal options, will prompt for needed values

mvn archetype:generate                                  \
  -DarchetypeGroupId=com.devdungeon.maven.archetypes    \
  -DarchetypeArtifactId=application                     \
  -DarchetypeVersion=0.2.0

Provide all values at once

mvn archetype:generate                                  \
  -DarchetypeGroupId=com.devdungeon.maven.archetypes    \
  -DarchetypeArtifactId=application                     \
  -DarchetypeVersion=0.2.0                              \
  -DgroupId=com.devdungeon.apps                         \
  -DartifactId=appname                                  \
  -Dversion=1.0.0

About

Maven archetype for a general DevDungeon Java project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages