blob: c494baa7076aab1a9627f200577d5c7e4f2853c9 (
plain)
1
2
3
4
5
6
|
Usage: @cmd@ mvn-basename <groupId> <artifactId> <version>
Prints the directory and basename of file for a Maven artifact.
Example:
$ @cmd@ mvn-basename junit junit-dep 4.10
/usr/share/maven/repository/junit/junit-dep/4.10/junit-dep-4.10
|