This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.txt | ||
| |
pom.xml | ||
| |
subproj1/ | ||
| |
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








