You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2015/03/23 21:54:52 UTC

[jira] [Resolved] (SLING-4536) exclude HtmlResponse.html from Rat checks

     [ https://issues.apache.org/jira/browse/SLING-4536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Lietz resolved SLING-4536.
---------------------------------
    Resolution: Done

r1668729

> exclude HtmlResponse.html from Rat checks
> -----------------------------------------
>
>                 Key: SLING-4536
>                 URL: https://issues.apache.org/jira/browse/SLING-4536
>             Project: Sling
>          Issue Type: Task
>          Components: Servlets
>            Reporter: Oliver Lietz
>            Assignee: Oliver Lietz
>            Priority: Minor
>             Fix For: Servlets POST 2.3.8
>
>
> {noformat}
>             <plugin>
>               <groupId>org.apache.rat</groupId>
>               <artifactId>apache-rat-plugin</artifactId>
>               <configuration>
>                 <excludes>
>                   <exclude>src/main/resources/org/apache/sling/servlets/post/HtmlResponse.html</exclude>
>                 </excludes>
>               </configuration>
>             </plugin>
> {noformat}



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