Author: rfscholte
Date: Sun Mar 10 11:45:55 2013
New Revision: 1454838

URL: http://svn.apache.org/r1454838
Log:
[MDEPLOY-158] deploy:deploy does not work for only Deploying artifact to Maven 
Remote repo 

Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml?rev=1454838&r1=1454837&r2=1454838&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml Sun Mar 10 
11:45:55 2013
@@ -77,5 +77,15 @@ under the License.
 </plugin>]]></source>
        </answer>
      </faq>
+     <faq id="deploy_deploy">
+       <question>What does the message "The packaging for this project did not 
assign a file to the build artifact" mean when I run 
<code>deploy:deploy</code>?</question>
+       <answer>
+         <p>
+         During the packaging-phase all gathered and placed in context. 
+         With this mechanism Maven can ensure that the 
<code>maven-install-plugin</code> and <code>maven-deploy-plugin</code> are 
copying/uploading the same set of files.
+         So when you only execute <code>deploy:deploy</code>, then there are 
no files put in the context and there is nothing to deploy.
+         </p> 
+       </answer>
+     </faq>
  </part>
 </faqs>


Reply via email to