henning 2004/07/04 10:43:25
Modified: extensions/maven-plugin/xdocs Tag: TURBINE_2_3_BRANCH
using_meta.xml
Log:
Some documentation for turbine.setup.properties and turbine.setup.demo
Revision Changes Path
No revision
No revision
1.1.2.4 +32 -5
jakarta-turbine-2/extensions/maven-plugin/xdocs/Attic/using_meta.xml
Index: using_meta.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/extensions/maven-plugin/xdocs/Attic/using_meta.xml,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- using_meta.xml 27 Jun 2004 14:34:15 -0000 1.1.2.3
+++ using_meta.xml 4 Jul 2004 17:43:25 -0000 1.1.2.4
@@ -160,12 +160,14 @@
<subsection name="Custom setup">
<p>
-Sometimes, ad hoc simply will not cut the cake. Then you need to prepare
-a properties file for the M.E.T.A. plugin called <a
href="config.html#setup_properties">setup.properties</a>.
-It must be placed in the directory where you will run the
-<a href="goals.html#turbine_setup">turbine:setup</a> goal. This properties file
allows you to customize the layout of the new application.<br/>
+Sometimes, ad hoc simply will not cut the cake. Then you need to
+prepare a properties file for the M.E.T.A. plugin called <a
+href="config.html#setup_properties">setup.properties</a>. It must be
+placed in the directory where you will run the <a
+href="goals.html#turbine_setup">turbine:setup</a> goal. This
+properties file allows you to customize the layout of the new
+application.
</p>
-</subsection>
<p>
In the application skeleton is a new <a
href="config.html#setup_properties">setup.properties</a>
@@ -173,6 +175,31 @@
file from the directory tree and re-run <a
href="goals.html#turbine_setup">turbine:setup</a>.
</p>
+
+<p>
+You can change the name of the properties file with the <a
+href="properties.html#turbine_setup_properties">turbine.setup.properties</a>
+property:
+</p>
+<source><![CDATA[
+maven -Dturbine.setup.properties=helloworld.properties turbine:setup
+]]></source>
+</subsection>
+
+<subsection name="Demo pages">
+<p>
+In the "helloworld" example from the <a
+href="getting_started.html">Getting Started</a> page, you have seen
+that a newly generated turbine application already contains a few
+files which allow to check the correct setup. If you don't want
+M.E.T.A. to put these files into the skeleton, you can set the <a
+href="properties.html#turbine_setup_demo">turbine.setup.demo</a>
+property to false:
+</p>
+<source><![CDATA[
+maven -Dturbine.setup.demo=false turbine:setup
+]]></source>
+</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]