maven-central.el
changeset 1151 350534cdf7be
parent 1145 ce218b01999d
child 1152 0654c471df55
--- a/maven-central.el	Thu Jul 24 14:01:58 2014 +0300
+++ b/maven-central.el	Mon Jul 28 15:07:52 2014 +0300
@@ -108,7 +108,7 @@
   (interactive)
   (pp (maven-central.parse-pom-dependency)) )
 
-;;;###autoload 
+;;;###autoload
 (defun maven-central.last-version-from-pom ()
   (interactive)
   (let (dependency groupId artifactId)
@@ -119,7 +119,7 @@
       (maven-central.last-version groupId artifactId))
     ))
 
-;;;###autoload 
+;;;###autoload
 (defun maven-central.versions-from-pom ()
   (interactive)
   (let (dependency groupId artifactId)
@@ -190,6 +190,7 @@
       (when (and pkg cls)
         (concat pkg "." cls))) ))
 
+;;;###autoload
 (defun maven.run-file ()
   "Run exec:java for current file."
   (interactive)
@@ -199,6 +200,7 @@
       (compilation-start
        (format "%s exec:java -Dexec.mainClass=%s" maven.command (maven.file-package))))))
 
+;;;###autoload
 (defun maven.run-test ()
   "Run test -Dtest=... for current file."
   (interactive)