blob: 838630f0e4c2472c1c5aaeb923a76d3c8131a0fe (
plain)
1
2
3
4
5
6
7
8
|
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
|