Author: khmarbaise
Date: Sat Nov  1 19:20:34 2014
New Revision: 1636017

URL: http://svn.apache.org/r1636017
Log:
[JXR-117] Added hint about the special case.

Modified:
    maven/jxr/trunk/maven-jxr/pom.xml

Modified: maven/jxr/trunk/maven-jxr/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr/pom.xml?rev=1636017&r1=1636016&r2=1636017&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr/pom.xml Sat Nov  1 19:20:34 2014
@@ -42,6 +42,12 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
+          <!-- 
+               The following has to be execluded from checkstyle otherwise
+               it will fail based on the license of the file until
+               a better solution exists.
+               http://jira.codehaus.org/browse/JXR-117
+          -->
           <configuration>
             <excludes>**/JavaCodeTransform.java</excludes>
           </configuration>


Reply via email to