diff -r 7906db469af0 -r a7fb97ff9cb6 maven-central.el --- 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)) ) ))