Skip to content

kssd/sample-maven-pom-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sample-maven-pom-project

Created using pom-root archetype

Command used for generating simple parent project

mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo.archetypes \
    -DarchetypeArtifactId=pom-root \
    -DarchetypeVersion=RELEASE \
    -DartifactId=sample-maven-pom-project \
    -DgroupId=in.sangram \
    -Dversion=1.0.0-SNAPSHOT \
    -DinteractiveMode=false

Pending

  1. Create/find archetype for root project with parent and aggregate poms.
  2. Add project documentation samples

About

Created using pom-root archetype

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published