[JXR-117] Added hint about the special case.

git-svn-id: https://svn.apache.org/repos/asf/maven/jxr/trunk@1636017 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-jxr/pom.xml b/maven-jxr/pom.xml
index 5abd25e..f414c59 100644
--- a/maven-jxr/pom.xml
+++ b/maven-jxr/pom.xml
@@ -42,6 +42,12 @@
         <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>