Skip to content

It is a demo for maven archetypes plugin. We can use archetypes to generate our project structs.

Notifications You must be signed in to change notification settings

greengerong/maven-archetypes-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-archetypes-demo

It is a demo for maven archetypes plugin. We can use archetypes to generate our project structs.

mvn archetype:generate 
 -DarchetypeGroupId=<archetype-groupId> 
 -DarchetypeArtifactId=<archetype-artifactId> 
 -DarchetypeVersion=<archetype-version> 
 -DgroupId=<my.groupid> 
 -DartifactId=<my-artifactId>

About

It is a demo for maven archetypes plugin. We can use archetypes to generate our project structs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published