You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2015/06/05 11:59:01 UTC

[jira] [Closed] (MNG-5839) site target doesn't invoke post-site phase

     [ https://issues.apache.org/jira/browse/MNG-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MNG-5839.
------------------------------------
    Resolution: Not A Problem
      Assignee: Karl Heinz Marbaise

Hi Gabor,
so this is not really a bug, cause it is a documentation issue for the maven-site-plugin which i have fixed. So the update of the site will be done with the next release.
Thanks for reporting this problem.


> site target doesn't invoke post-site phase
> ------------------------------------------
>
>                 Key: MNG-5839
>                 URL: https://issues.apache.org/jira/browse/MNG-5839
>             Project: Maven
>          Issue Type: Bug
>            Reporter: Gabor Liptak
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>         Attachments: pom.xml
>
>
> On page:
> http://maven.apache.org/plugins/maven-site-plugin/faq.html#What_is_the_difference_between_mvn_site_and_mvn_site:site
> $ mvn site
> described to be calling post-site phase.
> Running $ mvn site on attached pom.xml doesn't seem to run the post-site phase:
> [INFO] Scanning for projects...
> [INFO]                                                                         
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Maven Quick Start Archetype 1.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-site-plugin:3.3:site (default-site) @ my-app ---
> [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:2.8
> [INFO] Relativizing decoration links with respect to project URL: http://maven.apache.org
> [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin.
> [INFO] Generating "Dependency Convergence" report    --- maven-project-info-reports-plugin:2.8
> [INFO] Generating "Dependency Information" report    --- maven-project-info-reports-plugin:2.8
> [INFO] Generating "About" report    --- maven-project-info-reports-plugin:2.8
> [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.8
> [INFO] Generating "Project Plugins" report    --- maven-project-info-reports-plugin:2.8
> [INFO] Generating "Project Summary" report    --- maven-project-info-reports-plugin:2.8
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (site) @ my-app ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
> main:
>      [echo] in site step
> [INFO] Executed tasks
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 20.215 s
> [INFO] Finished at: 2015-06-04T19:01:15-04:00
> [INFO] Final Memory: 24M/251M
> [INFO] ------------------------------------------------------------------------



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)