From 0b4be2040b4fc7b3246c87067cddc02b056c5bbc Mon Sep 17 00:00:00 2001
From: Jason van Zyl <jvanzyl@apache.org>
Date: Wed, 5 Oct 2005 17:26:08 +0000
Subject: [PATCH] git-svn-id:
 https://svn.apache.org/repos/asf/maven/components/trunk@295044
 13f79535-47bb-0310-9956-ffa450edef68

---
 .../src/site/apt/guides/getting-started/index.apt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/maven-site/src/site/apt/guides/getting-started/index.apt b/maven-site/src/site/apt/guides/getting-started/index.apt
index 833e229ee2..6dbf3f1809 100644
--- a/maven-site/src/site/apt/guides/getting-started/index.apt
+++ b/maven-site/src/site/apt/guides/getting-started/index.apt
@@ -23,20 +23,35 @@ Maven Getting Started Guide
 Sections
 
  * {{{index.html#What is Maven?}What is Maven?}}
+
  * {{{index.html#How can Maven benefit my development process?}How can Maven benefit my development process?}}
+
  * {{{index.html#How do I make my first Maven project?}How do I make my first Maven project?}}
+
  * {{{index.html#How do I compile my application sources?}How do I compile my application sources?}}
+
  * {{{index.html#How do I compile my test sources and run my unit tests?}How do I compile my test sources and run my unit tests?}}
+
  * {{{index.html#How do I create a JAR and install it in my local repository?}How do I create a JAR and install it in my local repository?}}
+
  * {{{index.html#How do I filter resources against my POM?}How do I filter resources against my POM?}}
+
  * {{{index.html#How do I filter resources against a properties file?}How do I filter resources against a properties file?}}
+
  * {{{index.html#How do I use external dependencies?}How do I use external dependencies?}}
+
  * {{{index.html#How do I deploy my jar in my remote repository?}How do I deploy my jar in my remote repository?}}
+
  * {{{index.html#How do I create documentation?}}How do I create documentation?}
+
  * {{{index.html#How do I deploy my site?}How do I deploy my site?}}
+
  * {{{index.html#How do I use plug-ins?}How do I use plug-ins?}}
+
  * {{{index.html#How do I control what version of plug-in I use?}How do I control what version of plug-in I use?}}
 
+ []
+
 * {What is Maven?}
 
  At first glance Maven can appear to be many things, but in a nutshell Maven is an attempt <to apply patterns to