Author: sshafroi
Date: 2008-04-18 15:01:15 +0200 (Fri, 18 Apr 2008)
New Revision: 6491

Modified:
   trunk/pom.xml
Log:
Turn real validating on, and exclude target directory

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2008-04-18 12:56:21 UTC (rev 6490)
+++ trunk/pom.xml       2008-04-18 13:01:15 UTC (rev 6491)
@@ -261,6 +261,10 @@
                                     <includes>
                                         <include>**/modes.xml</include>
                                     </includes>
+                                    <excludes>
+                                        <exclude>**/target/**</exclude>
+                                    </excludes>
+                                    <validating>true</validating>
                                 </validationSet>
                             </validationSets>
                         </configuration>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to