[ 
http://jira.codehaus.org/browse/MSITE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=262347#action_262347
 ] 

Aristedes Maniatis commented on MSITE-577:
------------------------------------------

Sure (and I don't want to turn this bug tracker into a maven support forum). 
But I'm using site:site as the convenient goal for hooking in the docbook 
generation plugin (and other resource generation stuff I have). Ideally I'd 
extend the maven goals by adding in site:docbook, but I don't believe it is 
possible to add goals in this way without hacking at the core of maven.

I guess there are other ways to solve this problem, and for now I've added in 
an ant plugin to delete the images/css files added by maven-site. But this 
isn't very robust since those files are liable to change with an upgrade of 
maven-site.

Let me phrase this bug report in a different way. If you don't want to use the 
default skin. Can you make the default images/css go away? I can see ways to 
override the files one by one. But that's not what I had in mind.

> generateReports still copies css and images folders
> ---------------------------------------------------
>
>                 Key: MSITE-577
>                 URL: http://jira.codehaus.org/browse/MSITE-577
>             Project: Maven 2.x and 3.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 3.0-beta-3
>            Reporter: Aristedes Maniatis
>
> With this config:
> <configuration>
>   <generateReports>false</generateReports>
> </configuration>
> all the reports are stopped, but the css and images folders are still copied. 
> These should not be copied over since there is no html for which they are 
> relevant. Not having these folders in place is very useful if we are using 
> the site phase for documentation generated by other means (and we still want 
> to take advantage of things like the site-deploy).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to