add some FAQs

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-11 16:30:57 +00:00
parent f4d50e14ac
commit 1c9069c532
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<?xml version="1.0"?>
<faqs title="About Maven 2.0">
<part id="about">

View File

@ -248,6 +248,10 @@ m2 archetype:create
Now, try it... from the top level directory, run:
</p>
<source>m2 clean:clean install</source>
<p>
<b>Note: </b> If you didn't remove the <code>warName</code> plugin configuration, this will have
failed due to a bug. Please remove that section, and try again.
</p>
<p>
The WAR has now been created in
<code>my-webapp/target/my-webapp-1.0-SNAPSHOT.war</code>, and the JAR is

View File

@ -1,3 +1,4 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Welcome</title>
@ -116,12 +117,22 @@
<a href="getting-started.html">Getting Started</a>
</i>
</li>
<li>
<i>
<a href="general.html">General FAQ</a>
</i>
</li>
<!-- TODO
<li>
<i>
<a href="configuration.html">Configuring Maven</a>
</i>
</li>
<li>
<i>
<a href="archetypes.html">Generating a Template Project: Archetypes</a>
</i>
</li>
-->
<li>
<i>