[jboss-cvs] JBossAS SVN: r110238 - projects/jboss-jca/trunk/doc/userguide/en-US/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 30 23:19:17 EST 2010


Author: jeff.zhang
Date: 2010-12-30 23:19:16 -0500 (Thu, 30 Dec 2010)
New Revision: 110238

Modified:
   projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml
Log:
fix validator maven docbook format

Modified: projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml	2010-12-31 02:21:28 UTC (rev 110237)
+++ projects/jboss-jca/trunk/doc/userguide/en-US/modules/validator.xml	2010-12-31 04:19:16 UTC (rev 110238)
@@ -176,16 +176,16 @@
         your build environment before deploying the resoruce adapter into the IronJacamar container.</para>
 
       <para>To be able to use the validator plugin in your Maven project, you will have to add the following plugin declaration
-        in the pom.xml of your project:
+        in the pom.xml of your project:</para>
         <programlisting language="xml">
-          <![CDATA[
+<![CDATA[
 <build>
   <plugins>
     <plugin>
       <groupId>org.jboss.ironjacamar</groupId>
       <artifactId>ironjacamar-validator-maven</artifactId>
       <!-- The version of the plugin you want to use -->
-      <version>1.0.0.Beta2</version>
+      <version>1.0.0.Beta4</version>
       <executions>
         <execution>
           <goals>
@@ -210,8 +210,9 @@
     </plugin>
   </plugins>
 </build>        
-        ]]>
+]]>
         </programlisting>
+      <para>
         <note>By default, the validator-maven plugin is attached to the "package" phase of Maven.</note>
       </para>
 



More information about the jboss-cvs-commits mailing list