[ https://issues.apache.org/jira/browse/MNG-5839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575626#comment-14575626 ]
Robert Scholte commented on MNG-5839: ------------------------------------- I've already created MNG-5668, which is one of the topics which will improve lifecycle handling. > 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)