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 2015/12/19 00:36:46 UTC

[jira] [Commented] (MSITE-744) Regression in 3.4: File in `generated-site/resources/` ignored unless there is a file in `generated-site/markdown/` too

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

Hudson commented on MSITE-744:
------------------------------

FAILURE: Integrated in maven-plugins #4894 (See [https://builds.apache.org/job/maven-plugins/4894/])
[MSITE-744] copy generated resources even if there is no generated Doxia document (hboutemy: [http://svn.apache.org/viewvc/?view=rev&rev=1720857])
* maven-site-plugin/src/it/resources
* maven-site-plugin/src/it/resources/invoker.properties
* maven-site-plugin/src/it/resources/pom.xml
* maven-site-plugin/src/it/resources/src
* maven-site-plugin/src/it/resources/src/site
* maven-site-plugin/src/it/resources/src/site/resources
* maven-site-plugin/src/it/resources/src/site/resources/src-site-resources.txt
* maven-site-plugin/src/it/resources/verify.groovy
* maven-site-plugin/src/main/java/org/apache/maven/plugins/site/render/AbstractSiteRenderingMojo.java
* maven-site-plugin/src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java
* maven-site-plugin/src/main/java/org/apache/maven/plugins/site/render/SiteMojo.java
* maven-site-plugin/src/main/java/org/apache/maven/plugins/site/run/SiteRunMojo.java


> Regression in 3.4: File in `generated-site/resources/` ignored unless there is a file in `generated-site/markdown/` too
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: MSITE-744
>                 URL: https://issues.apache.org/jira/browse/MSITE-744
>             Project: Maven Site Plugin
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Christian Schlichtherle
>             Fix For: 3.5
>
>         Attachments: maven-site-test.zip
>
>
> The attached test project copies a file into `generated-site/resources/` and calls the maven-site-plugin to render the site. The site will not contain the resource file however, unless another file is copied into `generated-site/markdown/`, too. You need to edit the pom.xml to uncomment the instruction for this.
> If you change the version of the maven-site-plugin from 3.4 to 3.3, then it works like expected, with or without the additional file in `generated-site/markdown/`.



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