Skip to content

multi module project releasing with maven and git

Notifications You must be signed in to change notification settings

atlasloewenherz/gitmvn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation


GIT & MAVEN MULTIMODULE PROJECT

skipp the staging area part while commiting : git commit -a -m 'comments here'

git init    

mvn archetype:create -DgroupId=com.wordstobytes.mvn -DartifactId=mavenizedgit -DarchetypeArtifactId=maven-archetype-site-simple   

cd mavenizedgit   

mvn archetype:create -DgroupId=com.wordstobytes.mvn -DartifactId=libmodule     

mvn archetype:generate -DgroupId=com.wordstobytes.mvn -DartifactId=webapp -DarchetypeArtifactId=maven-archetype-webapp    

git add 'files and or directories resulting from above commands'   

git remote add origin https://github.com/atlasloewenherz/gitmvn.git

About

multi module project releasing with maven and git

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages