[ 
https://jira.codehaus.org/browse/MCHECKSTYLE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg updated MCHECKSTYLE-174:
----------------------------------------

    Description: 
Hello I have a problem with duplicate entries in html aggregated report, the 
duplicate appears only in the html site, not in the checkstyle-result.xml.

{code:xml}
<build>
    ...
    <plugins>
        ...
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-site-plugin</artifactId>
            <version>3.0</version>
            <configuration>
            <reportPlugins>
                ...
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-checkstyle-plugin</artifactId>
                    <version>2.9.1</version>
                    <configuration>
                        <configLocation>checkstyle.xml</configLocation>
                        
<includeTestSourceDirectory>true</includeTestSourceDirectory>
                    </configuration>
                    <reports>
                      <report>checkstyle-aggregate</report>
                    </reports>
                </plugin>
                ...
            </reportPlugins>
        </configuration>
      </plugin>
    ...
    </plugins>
    ...
</build>
{code}

  was:
Hello I have a problem with duplicate entries in html aggregated report, the 
duplicate appears only in the html site, not in the checkstyle-result.xml.

<build>
    ...
    <plugins>
        ...
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-site-plugin</artifactId>
            <version>3.0</version>
            <configuration>
            <reportPlugins>
                ...
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-checkstyle-plugin</artifactId>
                    <version>2.9.1</version>
                    <configuration>
                        <configLocation>checkstyle.xml</configLocation>
                        
<includeTestSourceDirectory>true</includeTestSourceDirectory>
                    </configuration>
                    <reports>
                      <report>checkstyle-aggregate</report>
                    </reports>
                </plugin>
                ...
            </reportPlugins>
        </configuration>
      </plugin>
    ...
    </plugins>
    ...
</build>

    
> Duplicate entries in aggregate report 
> --------------------------------------
>
>                 Key: MCHECKSTYLE-174
>                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-174
>             Project: Maven 2.x Checkstyle Plugin
>          Issue Type: Bug
>    Affects Versions: 2.9.1
>         Environment: I am using 2.9.1 version of checkstyle plugin with maven 
> site plugin 3.0 and Maven 3.0.3 on Mac OS 10.7.3.
>            Reporter: Eddy Pelaic
>         Attachments: checkstyle.zip
>
>
> Hello I have a problem with duplicate entries in html aggregated report, the 
> duplicate appears only in the html site, not in the checkstyle-result.xml.
> {code:xml}
> <build>
>     ...
>     <plugins>
>         ...
>         <plugin>
>                   <groupId>org.apache.maven.plugins</groupId>
>                   <artifactId>maven-site-plugin</artifactId>
>                   <version>3.0</version>
>                   <configuration>
>                   <reportPlugins>
>                 ...
>                 <plugin>
>                     <groupId>org.apache.maven.plugins</groupId>
>                     <artifactId>maven-checkstyle-plugin</artifactId>
>                     <version>2.9.1</version>
>                     <configuration>
>                         <configLocation>checkstyle.xml</configLocation>
>                         
> <includeTestSourceDirectory>true</includeTestSourceDirectory>
>                     </configuration>
>                     <reports>
>                       <report>checkstyle-aggregate</report>
>                     </reports>
>                 </plugin>
>                 ...
>             </reportPlugins>
>         </configuration>
>       </plugin>
>     ...
>     </plugins>
>     ...
> </build>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to