Author: dennisl Date: Sat Feb 23 08:20:15 2008 New Revision: 630464 URL: http://svn.apache.org/viewvc?rev=630464&view=rev Log: o Replace <pre> with <source> to make it look nicer.
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=630464&r1=630463&r2=630464&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 Sat Feb 23 08:20:15 2008 @@ -58,15 +58,15 @@ Yes, you can skip deployment of individual modules by configuring the deploy plugin as follows: </p> <p> - <pre> + <source> <plugin> <artifactId>maven-deploy-plugin</artifactId> - <version>X.Y</version> - <configuration> + <version>X.Y</version> + <configuration> <skip>true</skip> </configuration> </plugin> - </pre> + </source> </p> </answer> </faq>