You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/05/14 19:34:13 UTC

[jira] [Commented] (MSITE-775) add info output to site:attach-descriptor

    [ https://issues.apache.org/jira/browse/MSITE-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283654#comment-15283654 ] 

Hudson commented on MSITE-775:
------------------------------

SUCCESS: Integrated in maven-plugins #6013 (See [https://builds.apache.org/job/maven-plugins/6013/])
[MSITE-775] added info output to site:attach-descriptor (hboutemy: [http://svn.apache.org/viewvc/?view=rev&rev=1743853])
* maven-site-plugin/src/main/java/org/apache/maven/plugins/site/descriptor/SiteDescriptorAttachMojo.java


> add info output to site:attach-descriptor
> -----------------------------------------
>
>                 Key: MSITE-775
>                 URL: https://issues.apache.org/jira/browse/MSITE-775
>             Project: Maven Site Plugin
>          Issue Type: Improvement
>          Components: site descriptor
>    Affects Versions: 3.5.1
>            Reporter: Hervé Boutemy
>            Assignee: Hervé Boutemy
>             Fix For: 3.6
>
>
> currently {{site:attach-descriptor}} does not display anything as info: you can only track what it does through debug (or discover what was attached when installing)
> it should display info when attaching a site descriptor and when skipping because not pom packaging
> {noformat}[INFO] --- maven-site-plugin:3.6-SNAPSHOT:attach-descriptor (attach-descriptor) @ site-attach-descriptor ---
> [INFO] Attaching 'src/site/site.xml' site descriptor with classifier 'site'.
> [INFO] Attaching 'src/site/site_sv.xml' site descriptor with classifier 'site_sv'.{noformat}
> or
> {noformat}[INFO] --- maven-site-plugin:3.6-SNAPSHOT:attach-descriptor (attach-descriptor) @ jar-site-attach-descriptor ---
> [INFO] Skipping because packaging 'jar' is not pom.{noformat}



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