public
Description: Maven Training, specific example of a project stored in a Git SCM repository
Homepage:
Clone URL: git://github.com/matthewmccullough/maven-training-samplegitscm.git
name age message
file .gitignore Loading commit data...
file README.txt
file pom.xml
directory subproj1/
directory subproj2/
README.txt
This project demonstrates how the <scm> tag of Maven can connect to a Git repository.

You can demonstrate:
mvn release:prepare (if you have checkin permissions, as this PUSHes to your remote repo)
mvn scm:diff (creates a standard UNIX .diff file)
mvn scm:validate
mvn scm:status
mvn scm:tag -Dtag=SOMETAGNAME
mvn scm:changelog

mvn scm:list (does not work on Git right now;NPE)

Source:
https://svn.apache.org/repos/asf/maven/scm/tags/maven-scm-1.1/maven-scm-providers/maven-scm-providers-git/maven-scm-prov
ider-git-commons/src/main/java/org/apache/maven/scm/provider/git/

http://docs.codehaus.org/display/SCM/SCM+Matrix