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