#ODFTOOLKIT-406# Avoiding ODF 1.0 schema download problem on Apache build servers by embedding it to the project

git-svn-id: https://svn.apache.org/repos/asf/incubator/odf/trunk@1709979 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/generator/schema2template/pom.xml b/generator/schema2template/pom.xml
index 2da24a3..f21f0c3 100644
--- a/generator/schema2template/pom.xml
+++ b/generator/schema2template/pom.xml
@@ -118,8 +118,9 @@
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
                     <excludes>
-                        <exclude>src/test/resources/examples/odf/*.ref</exclude>
+                    	<exclude>src/test/resources/examples/odf/*.ref</exclude>
 						<exclude>src/main/resources/examples/odf/odfdom-python/OdfTextDocument.odt</exclude>
+						<exclude>src/main/resources/examples/odf/odf-schemas/*.rng</exclude>
                     </excludes>
                 </configuration>
             </plugin>