Author: hboutemy
Date: Mon Jul 21 15:24:16 2014
New Revision: 1612312

URL: http://svn.apache.org/r1612312
Log:
configured license check

Modified:
    maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
    
maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/Doxia.htm

Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml?rev=1612312&r1=1612311&r2=1612312&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml Mon Jul 21 
15:24:16 2014
@@ -170,6 +170,24 @@ under the License.
           </systemPropertyVariables>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            
<exclude>src/test/resources/expected/doc-book/plexus-user-guide.xml</exclude>
+            <exclude>src/test/resources/book-1/section-*.apt</exclude>
+          </excludes>            
+        </configuration>
+        <executions>
+          <execution>
+            <id>check</id>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
     </plugins>
   </build>
 

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=1612312&r1=1612311&r2=1612312&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Mon Jul 21 15:24:16 
2014
@@ -197,6 +197,24 @@ under the License.
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/test/resources/unit/*/test.*</exclude>
+            <exclude>src/test/resources/book-1/section-*.apt</exclude>
+          </excludes>            
+        </configuration>
+        <executions>
+          <execution>
+            <id>check</id>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
     </plugins>
   </build>
 </project>
\ No newline at end of file

Modified: 
maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/Doxia.htm
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/Doxia.htm?rev=1612312&r1=1612311&r2=1612312&view=diff
==============================================================================
--- 
maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/Doxia.htm 
(original)
+++ 
maven/doxia/doxia-tools/trunk/doxia-converter/src/test/resources/unit/Doxia.htm 
Mon Jul 21 15:24:16 2014
@@ -1,4 +1,24 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <html xmlns="http://www.w3.org/1999/xhtml";>
   <head>
     <title>Doxia - Introduction</title>


Reply via email to