Author: smukhina
Date: 2009-03-26 10:56:59 -0400 (Thu, 26 Mar 2009)
New Revision: 13220
Modified:
trunk/docs/faq/en/pom.xml
trunk/docs/faq/pom.xml
Log:
spell-checker is disabled due to errors in build
Modified: trunk/docs/faq/en/pom.xml
===================================================================
--- trunk/docs/faq/en/pom.xml 2009-03-26 14:42:52 UTC (rev 13219)
+++ trunk/docs/faq/en/pom.xml 2009-03-26 14:56:59 UTC (rev 13220)
@@ -37,10 +37,10 @@
<artifactId>maven-jdocbook-plugin</artifactId>
<extensions>true</extensions>
</plugin>
- <plugin>
+ <!--plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-spellChecker-plugin</artifactId>
- </plugin>
+ </plugin-->
<!--
<plugin>
@@ -52,4 +52,4 @@
-->
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: trunk/docs/faq/pom.xml
===================================================================
--- trunk/docs/faq/pom.xml 2009-03-26 14:42:52 UTC (rev 13219)
+++ trunk/docs/faq/pom.xml 2009-03-26 14:56:59 UTC (rev 13220)
@@ -61,7 +61,7 @@
<build>
<pluginManagement>
<plugins>
- <plugin>
+ <!--plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-spellChecker-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
@@ -87,13 +87,13 @@
<dirForScan>${basedir}</dirForScan>
<fileForValidation>${basedir}/src/main/docbook/master.xml</fileForValidation>
<wellformdnessOnly>false</wellformdnessOnly>
- <
xmlSchema>http://www.docbook.org/xsd/4.3/docbook.xsd</xmlSchema>
+ <
xmlSchema>http://www.docbook.org/xsd/4.3/docbook.xsd</xmlSchema-->
<!--dictionaries>
<dictionary>
/media/WIndows_C/workspace_test/english.dic
</dictionary>
</dictionaries-->
- <excludes>
+ <!--excludes>
<exclude>**/*.svn</exclude>
</excludes>
<includes>
@@ -101,7 +101,7 @@
<include>**/*.html</include>
</includes>
</configuration>
- </plugin>
+ </plugin-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>