Skip to content

A Maven archetype for DevDungeon Java class library projects

Notifications You must be signed in to change notification settings

marciopocebon/maven.archetypes.library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevDungeon Library Maven Archetype

Maven metadata URI

This archetype is for creating DevDungeon class library projects.

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 arhcetype

Minimal options, will prompt for needed values

mvn archetype:generate                                  \
  -DarchetypeGroupId=com.devdungeon.maven.archetypes    \
  -DarchetypeArtifactId=library                         \
  -DarchetypeVersion=1.0.5                              \

Provide all values at once

mvn archetype:generate                                  \
  -DarchetypeGroupId=com.devdungeon.maven.archetypes    \
  -DarchetypeArtifactId=library                         \
  -DarchetypeVersion=1.0.5                             \
  -DgroupId=com.devdungeon.tools                        \
  -DartifactId=somelibrary                              \
  -Dversion=1.0.0

About

A Maven archetype for DevDungeon Java class library projects

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%