You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/10/17 21:13:37 UTC

svn commit: r1185334 - /maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml.vm

Author: dennisl
Date: Mon Oct 17 19:13:37 2011
New Revision: 1185334

URL: http://svn.apache.org/viewvc?rev=1185334&view=rev
Log:
Wrap xml code inside <source> in CDATA to avoid warnings from Doxia.

Modified:
    maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml.vm

Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml.vm?rev=1185334&r1=1185333&r2=1185334&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml.vm (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml.vm Mon Oct 17 19:13:37 2011
@@ -31,7 +31,7 @@ under the License.
         <p>
           You just have to configure it:
           <source>
-<project>
+<![CDATA[<project>
   ...
   <build>
     <plugins>
@@ -52,7 +52,7 @@ under the License.
     </plugins>
   </build>
   ...
-</project>
+</project>]]>
           </source>
 Please see the <a href="http://maven.apache.org/shared/maven-archiver/examples/classpath.html">Maven Archiver Reference</a>
 for more information about controlling the exact format of the generated class path entries.