Author: brett Date: Sun Oct 30 22:12:24 2011 New Revision: 1195263 URL: http://svn.apache.org/viewvc?rev=1195263&view=rev Log: make the source block render correctly
Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml?rev=1195263&r1=1195262&r2=1195263&view=diff ============================================================================== --- maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml Sun Oct 30 22:12:24 2011 @@ -66,18 +66,16 @@ under the License. <p> Yes, you can skip deployment of individual modules by configuring the Deploy Plugin as follows: </p> - <p> - <source> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <version>X.Y</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </source> - </p> + <source> +<![CDATA[<plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>X.Y</version> + <configuration> + <skip>true</skip> + </configuration> +</plugin>]]></source> </answer> </faq> </part> -</faqs> \ No newline at end of file +</faqs>