dion 2003/10/01 17:04:56
Added: xdocs faq.fml navigation.xml
Log:
Add some basic docs
Revision Changes Path
1.1 maven-plugins/xdocs/faq.fml
Index: faq.fml
===================================================================
<?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>
1.1 maven-plugins/xdocs/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven Plugins">
<title>Maven Plugins</title>
<body>
<search/>
<links>
<item name="Maven"
href="http://maven.apache.org/index.html"/>
<item name="Other Plugins"
href="http://maven-plugins.sourceforge.net/"/>
</links>
<menu name="Apache">
<item name="ApacheCon" href="http://apachecon.com/2003/US/index.html"
img="http://jakarta.apache.org/images/logos/ac2003-150.gif"/>
</menu>
<menu name="Overview">
<item name="About" href="/index.html"/>
<item name="FAQ" href="/faq.html"/>
</menu>
</body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]