maven-central.el
changeset 1143 a7fb97ff9cb6
parent 1109 09d967bff50f
child 1144 7b3c20a4ddfa
--- 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)) )
     ))