diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-27 14:42:10 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-27 14:42:10 -0400 |
commit | c3d8da0e89d3f2213933ff85dc0cca7d829442ed (patch) | |
tree | 967259a8338aa703195b94a9d5131c00545b0f3a /jh-mvn-install.help.txt |
Initial commit
Diffstat (limited to 'jh-mvn-install.help.txt')
-rw-r--r-- | jh-mvn-install.help.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jh-mvn-install.help.txt b/jh-mvn-install.help.txt new file mode 100644 index 0000000..aa3c16d --- /dev/null +++ b/jh-mvn-install.help.txt @@ -0,0 +1,9 @@ +Usage: @cmd@ mvn-install <groupId> <artifactId> <version> <jar-file> <pom-file> + +Installs an artifact into the local Maven 2 repository. + +This command obeys the DESTDIR environmental variable. + +Example: + $ @cmd@ mvn-install junit junit-dep 4.10 \ + /path/to/junit-dep.jar /path/to/junit-dep.pom |