Author: ltheussl Date: Mon Jan 2 16:51:16 2006 New Revision: 365498 URL: http://svn.apache.org/viewcvs?rev=365498&view=rev Log: PR: MPGENAPP-16 Improve documentation on template.jelly.
Modified: maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml Modified: maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml?rev=365498&r1=365497&r2=365498&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml (original) +++ maven/maven-1/plugins/trunk/genapp/xdocs/faq.fml Mon Jan 2 16:51:16 2006 @@ -23,10 +23,12 @@ <title>General</title> <faq id="specific-script"> - <question>How to add a specific script for my template?</question> + <question>How do I add a specific script for my template?</question> <answer> - For add a specific script to your template, you should create a template.jelly - file at your template root directory. + To add a specific script to your template, you should create a + <code>template.jelly</code> file in your template root directory. + This file should be a pure jelly script (in particular it should not + contain any <code><goal></code> elements). </answer> </faq> </part>