Skip to content

VieuxChameau/standalone_archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

standalone_archetype

Maven archetype that create an empty maven project including :

  • pom.xml with basic dependencies for test : junit, assertJ and mockito
  • .gitignore
  • empty directories

Usage

First install the archetype into the local repository

mvn clean install

Then use the script createProject like this:

./createProject.sh myNewProject

Or a simple command line

mvn archetype:generate -DarchetypeRepository=local -DarchetypeGroupId=org.vieuxchameau -DarchetypeArtifactId=standalone-archetype -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=org.vieuxchameau -DartifactId=someProjectId -DinteractiveMode=false -Dpacakge=org.vieuxchameau

About

Maven archetype to create an empty java/maven project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published