Author: artdaw
Date: 2009-03-20 08:27:44 -0400 (Fri, 20 Mar 2009)
New Revision: 13055
Modified:
trunk/docs/faq/en/pom.xml
trunk/docs/faq/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6556 - testing configuration.
Modified: trunk/docs/faq/en/pom.xml
===================================================================
--- trunk/docs/faq/en/pom.xml 2009-03-20 12:17:00 UTC (rev 13054)
+++ trunk/docs/faq/en/pom.xml 2009-03-20 12:27:44 UTC (rev 13055)
@@ -37,6 +37,11 @@
<artifactId>maven-jdocbook-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-spellChecker-plugin</artifactId>
+ </plugin>
+
<!--
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
Modified: trunk/docs/faq/pom.xml
===================================================================
--- trunk/docs/faq/pom.xml 2009-03-20 12:17:00 UTC (rev 13054)
+++ trunk/docs/faq/pom.xml 2009-03-20 12:27:44 UTC (rev 13055)
@@ -10,7 +10,7 @@
<packaging>pom</packaging>
<version>3.3.1-SNAPSHOT</version>
<name>FAQ</name>
- <description>Frequently asked questions</description>
+ <description>Frequently asked questions</description>
<repositories>
<repository>
<releases>
@@ -47,7 +47,7 @@
</pluginRepositories>
<build>
<pluginManagement>
- <plugins>
+ <plugins>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-spellChecker-plugin</artifactId>
@@ -55,34 +55,38 @@
<executions>
<execution>
<id>spellChecker:check</id>
- <phase>package</phase>
+ <phase>compile</phase>
<goals>
<goal>check</goal>
</goals>
- </execution>
- <execution>
+ </execution>
+ <execution>
<id>spellChecker:validate</id>
<phase>package</phase>
<goals>
<goal>validate</goal>
</goals>
</execution>
- </executions>
- <configuration>
- <outputDir>${project.build.directory}/log</outputDir>
- <reportFileName>log.txt</reportFileName>
- <dirForScan>${basedir}</dirForScan>
- <fileForValidation>${basedir}/en/src/main/docbook/master.xml</fileForValidation>
- <wellformdnessOnly>false</wellformdnessOnly>
- <
xmlSchema>http://www.docbook.org/xsd/4.3/docbook.xsd</xmlSchema>
- <!--dictionaryFile>/media/WIndows_C/workspace_test/english.dic</dictionaryFile-->
- <excludes>
- <exclude>**/*.svn</exclude>
- </excludes>
- <includes>
- <include>**/*.xml</include>
- <include>**/*.html</include>
- </includes>
+ </executions>
+ <configuration>
+ <outputDir>${project.build.directory}/log</outputDir>
+ <reportFileName>log.txt</reportFileName>
+ <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>
+ <!--dictionaries>
+ <dictionary>
+ /media/WIndows_C/workspace_test/english.dic
+ </dictionary>
+ </dictionaries-->
+ <excludes>
+ <exclude>**/*.svn</exclude>
+ </excludes>
+ <includes>
+ <include>**/*.xml</include>
+ <include>**/*.html</include>
+ </includes>
</configuration>
</plugin>
<plugin>
@@ -278,4 +282,4 @@
<module>en</module>
</modules>
-</project>
+</project>