You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/20 12:49:48 UTC

svn commit: r795756 - /maven/site/trunk/src/site/fml/general.fml

Author: bentmann
Date: Mon Jul 20 10:49:47 2009
New Revision: 795756

URL: http://svn.apache.org/viewvc?rev=795756&view=rev
Log:
o Fixed missing CDATA section

Modified:
    maven/site/trunk/src/site/fml/general.fml

Modified: maven/site/trunk/src/site/fml/general.fml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/general.fml?rev=795756&r1=795755&r2=795756&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/general.fml (original)
+++ maven/site/trunk/src/site/fml/general.fml Mon Jul 20 10:49:47 2009
@@ -29,13 +29,13 @@
           <a href="http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding">source file encoding</a>,
           this is as easy as adding the following property to your POM (or one of its parent POMs):
         </p>
-        <source><project>
+        <source><![CDATA[<project>
   ...
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-   </properties>
+  </properties>
   ...
-</project></source>
+</project>]]></source>
       </answer>
     </faq>