Author: stephenc
Date: Mon May 23 08:49:40 2011
New Revision: 1126386

URL: http://svn.apache.org/viewvc?rev=1126386&view=rev
Log:
javadoc

Modified:
    
maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java?rev=1126386&r1=1126385&r2=1126386&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployFileMojo.java
 Mon May 23 08:49:40 2011
@@ -394,6 +394,12 @@ public class DeployFileMojo
         }
     }
 
+    /**
+     * 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
     {


Reply via email to