[richfaces-svn-commits] JBoss Rich Faces SVN: r11747 - in trunk/docs/faq: en and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 12 12:32:05 EST 2008


Author: msorokin
Date: 2008-12-12 12:32:04 -0500 (Fri, 12 Dec 2008)
New Revision: 11747

Modified:
   trunk/docs/faq/en/pom.xml
   trunk/docs/faq/pom.xml
Log:
reverted because of a problem

Modified: trunk/docs/faq/en/pom.xml
===================================================================
--- trunk/docs/faq/en/pom.xml	2008-12-12 17:22:59 UTC (rev 11746)
+++ trunk/docs/faq/en/pom.xml	2008-12-12 17:32:04 UTC (rev 11747)
@@ -37,11 +37,6 @@
 				<artifactId>maven-jdocbook-plugin</artifactId>
 				<extensions>true</extensions>
 			</plugin>
-						<plugin>
-					<groupId>org.jboss.maven.plugins</groupId>
-					<artifactId>maven-spellChecker-plugin</artifactId>
-					<version>1.0-SNAPSHOT</version>
-			</plugin>
 			<!--
 				<plugin>
 				<groupId>org.jboss.maven.plugins</groupId>

Modified: trunk/docs/faq/pom.xml
===================================================================
--- trunk/docs/faq/pom.xml	2008-12-12 17:22:59 UTC (rev 11746)
+++ trunk/docs/faq/pom.xml	2008-12-12 17:32:04 UTC (rev 11747)
@@ -12,19 +12,7 @@
 	<name>FAQ</name>
 	<description>Frequently asked questions</description>
 	<pluginRepositories>
- <pluginRepository>
-          <id>maven.jboss.org</id>
-          <name>JBoss Repository for Maven Snapshots</name>
-          <url>http://snapshots.jboss.org/maven2/</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>always</updatePolicy>
-          </snapshots>
-        </pluginRepository>
-<pluginRepository>
+		<pluginRepository>
 			<releases>
 				<enabled>true</enabled>
 			</releases>
@@ -41,26 +29,6 @@
 	<build>
 		<pluginManagement>
 			<plugins>
-			<plugin>
-					<groupId>org.jboss.maven.plugins</groupId>
-					<artifactId>maven-spellChecker-plugin</artifactId>
-					<version>1.0-SNAPSHOT</version>
-					<executions>
-							<execution>
-								<id>spellChecker:check</id>
-								<phase>process-resources</phase>
-								<goals>
-									<goal>check</goal>
-								</goals>
-							</execution>
-					</executions>		
-					<configuration>
-								<dirForScan>en/src/main/docbook</dirForScan>
-								<outputDir>
-									${project.build.directory}/spellCheckerLogs
-								</outputDir>
-					</configuration>
-				</plugin>
 					<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-dependency-plugin</artifactId>
@@ -165,7 +133,7 @@
 						</sourceDocumentName>
 						<formats>
 
-							<!--format>
+							<format>
 								<formatName>pdf</formatName>
 								<stylesheetResource>
 									classpath:/xslt/org/jboss/pdf.xsl
@@ -176,7 +144,7 @@
 								<imagePathSettingRequired>
 									true
 								</imagePathSettingRequired>
-							</format-->
+							</format>
 							<!--format>
 								<formatName>html</formatName>
 								<stylesheetResource>




More information about the richfaces-svn-commits mailing list