dion 2003/10/01 17:05:19 Modified: xdocs faq.fml Log: *** keyword substitution change *** Revision Changes Path 1.2 +22 -22 maven-plugins/xdocs/faq.fml Index: faq.fml =================================================================== RCS file: /home/cvs/maven-plugins/xdocs/faq.fml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- faq.fml 2 Oct 2003 00:04:56 -0000 1.1 +++ faq.fml 2 Oct 2003 00:05:19 -0000 1.2 @@ -1,23 +1,23 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<faqs title="Frequently Asked Questions"> - - <part id="General"> - <title>General</title> - - <faq id="building-all"> - <question>How do I build and install all these plugins from source?</question> - <answer> - maven -Dgoal=clean,plugin:install multiproject:goal - </answer> - </faq> - - <faq id="test-all"> - <question>How do I test all these plugins?</question> - <answer> - maven -Dgoal=clean,plugin:install multiproject:goal - </answer> - </faq> - - </part> - +<?xml version="1.0" encoding="ISO-8859-1"?> +<faqs title="Frequently Asked Questions"> + + <part id="General"> + <title>General</title> + + <faq id="building-all"> + <question>How do I build and install all these plugins from source?</question> + <answer> + maven -Dgoal=clean,plugin:install multiproject:goal + </answer> + </faq> + + <faq id="test-all"> + <question>How do I test all these plugins?</question> + <answer> + maven -Dgoal=clean,plugin:install multiproject:goal + </answer> + </faq> + + </part> + </faqs>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
