checkstyle report has no styles unless site is generated
--------------------------------------------------------

                 Key: MCHECKSTYLE-127
                 URL: http://jira.codehaus.org/browse/MCHECKSTYLE-127
             Project: Maven 2.x Checkstyle Plugin
          Issue Type: Bug
    Affects Versions: 2.4
         Environment: windows xp
maven 2.0.9
java 1.6.0_10
            Reporter: Alison
            Priority: Trivial


If you generate the checkstyle report directly (mvn checkstyle:checkstyle) 
rather than as part of the site (mvn site) the resultant 
target/site/checkstyle.html is unstyled as the following styles cannot be 
resolved:

{code}
    <style type="text/css" media="all">
      @import url("./css/maven-base.css");
      @import url("./css/maven-theme.css");
      @import url("./css/site.css");
    </style>
{code}

These styles are part maven site.

Is there any workaround available to generate just enough of the site for this 
report to work?

-- 
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