Skip to content

An up-to-date maven archetype that you can install locally and use as a basic java project template using the maven generate:archetype goal

Notifications You must be signed in to change notification settings

Carter907/better-quickstart-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Install

  • clone the repo
  • make sure you have maven installed and run
mvn install

How to use

  • go to the directory you would like to create the project
  • run the following command for interactive-mode
mvn archetype:generate
  • next it will ask you to add a filter or the artifact-id of the maven archetype.
  • enter better-quickstart
  • follow the rest of the prompts and you're done!

About

An up-to-date maven archetype that you can install locally and use as a basic java project template using the maven generate:archetype goal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages