javadoc

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1126386 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java b/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java
index f98db2e..e56d1c1 100644
--- a/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java
+++ b/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java
@@ -394,6 +394,12 @@
         }
     }
 
+    /**
+     * Generates a minimal POM from the user-supplied artifact information.
+     *
+     * @return The path to the generated POM file, never <code>null</code>.
+     * @throws MojoExecutionException If the generation failed.
+     */
     private File generatePomFile()
         throws MojoExecutionException
     {