author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 25 Jun 2014 17:26:14 +0300 | |
changeset 1143 | a7fb97ff9cb6 |
parent 1142 | 7906db469af0 |
child 1144 | 7b3c20a4ddfa |
child 1146 | 5ab87924ad83 |
maven-central.el | file | annotate | diff | comparison | revisions |
--- a/maven-central.el Wed May 21 20:07:17 2014 +0300 +++ b/maven-central.el Wed Jun 25 17:26:14 2014 +0300 @@ -144,7 +144,7 @@ (if (not (and groupId artifactId)) (message "Can't find `groupId' or `artifactId'") (shell-command - (format "%s help:describe -DgroupId=%s -DartifactId=%s" maven.command groupId artifactId) + (format "%s help:describe -Ddetail -DgroupId=%s -DartifactId=%s" maven.command groupId artifactId) (switch-to-buffer maven.help-buffer-name)) ) ))