Author: jvanzyl
Date: Mon Oct  9 05:43:04 2006
New Revision: 454359

URL: http://svn.apache.org/viewvc?view=rev&rev=454359
Log: (empty)

Added:
    maven/site/trunk/src/site/apt/guides/index.apt   (with props)

Added: maven/site/trunk/src/site/apt/guides/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/index.apt?view=auto&rev=454359
==============================================================================
--- maven/site/trunk/src/site/apt/guides/index.apt (added)
+++ maven/site/trunk/src/site/apt/guides/index.apt Mon Oct  9 05:43:04 2006
@@ -0,0 +1,155 @@
+ ------ 
+ Summary of Maven 2.x documentation 
+ ------ 
+ Jason van Zyl 
+ ------ 
+ 12 October 2005 
+ ------ 
+
+Documentation
+
+* Getting Started Guide
+
+ * {{{getting-started/index.html}Getting Started Guide}}
+
+* Mini Guides
+
+ * {{{mini/guide-3rd-party-jars-local.html}Guide to installing 3rd party JARs}}
+
+ * {{{mini/guide-3rd-party-jars-remote.html}Guide to deploying 3rd party JARs 
to remote repository
}}
+
+ * {{{mini/guide-apt-format.html}Guide to the APT Format}}
+
+ * {{{mini/guide-archive-configuration.html}Guide to Configuring Archive 
Plugins}}
+
+ * {{{mini/guide-assemblies.html}Guide to Creating Assemblies}}
+
+ * {{{mini/guide-attached-tests.html}Guide to using attached tests}}
+
+ * {{{mini/guide-bash-m2-completion.html}Guide to Maven 2.x auto completion 
using BASH}}
+
+ * {{{mini/guide-configuring-maven.html}Guide to Configuring Maven}}
+
+ * {{{mini/guide-configuring-plugins.html}Guide to Configuring Plug-ins}}
+
+ * {{{mini/guide-coping-with-sun-jars.html}Guide to Coping with Sun JARs}}
+
+ * {{{mini/guide-creating-archetypes.html}Guide to Creating Archetypes}}
+
+ * {{{mini/guide-deployment-security-settings.html}Guide to Deployment and 
Security Settings}}
+
+ * {{{mini/guide-embedding-m2.html}Guide to Embedding Maven 2.x}}
+
+ * {{{mini/guide-generating-sources.html}Guide to generating Sources}}
+
+ * {{{mini/guide-ibiblio-upload.html}Guide to uploading artifacts to the 
Central Repository}}
+
+ * {{{mini/guide-ide-eclipse.html}Guide to using Eclipse with Maven 2.x}}
+
+ * {{{mini/guide-ide-idea.html}Guide to using IDEA with Maven 2.x}}
+
+ * {{{mini/guide-ide-netbeans/guide-ide-netbeans.html}Guide to Using maven 2 
in Netbeans 4.0 (4.1 and 5.0)}}
+
+ * {{{mini/guide-m1-m2.html}Guide to Moving From Maven 1.x to Maven 2.x}}
+
+ * {{{mini/guide-manifest.html}Guide to Working with Manifests}}
+
+ * {{{mini/guide-maven-classloading.html}Guide to Maven Classloading}}
+
+ * {{{mini/guide-maven-evangelism.html}Guide to Maven Evangelism}}
+
+ * {{{mini/guide-mirror-settings.html}Guide to Mirror Settings}}
+
+ * {{{mini/guide-multiple-repositories.html}Guide to using Multiple 
Repositories}}
+
+ * {{{mini/guide-naming-conventions.html}Guide to Naming Conventions}}
+
+ * {{{mini/guide-new-committers.html}Guide for new committers}}
+
+ * {{{mini/guide-proxies.html}Guide to using proxies}}
+
+ * {{{mini/guide-releasing.html}Guide to using the release plugin}}
+
+ * {{{mini/guide-relocation.html}Guide to relocation}}
+
+ * {{{mini/guide-site.html}Guide to creating a site}}
+
+ * {{{mini/guide-using-ant.html}Guide to using Ant with Maven}}
+
+ * {{{mini/guide-using-extensions.html}Guide to using Extensions}}
+
+ * {{{mini/guide-using-m1-repos-with-m2.html}Guide to using Maven 1.x 
repositories with Maven 2.x}}
+
+ * {{{mini/guide-using-modello.html}Guide to using Modello}}
+
+ * {{{mini/guide-using-one-source-directory.html}Guide to Using Maven when You 
Can't Use the Conventions}}
+
+ * {{{mini/guide-webapp.html}Guide to Webapps}}
+
+
+* Introductory Material
+
+ * {{{introduction/introduction-to-archetypes.html}Introduction to Archetypes}}
+
+ * {{{introduction/introduction-to-artifact-resolution.html}Introduction to 
repository definitions and artifact resolution}}
+
+ * {{{introduction/introduction-to-dependency-mechanism.html}Introduction to 
the Dependency Mechanism}}
+
+ * {{{introduction/introduction-to-plugin-prefix-mapping.html}Introduction to 
Plugin Prefix Resolution}}
+
+ * {{{introduction/introduction-to-plugin-registry.html}Introduction to the 
Plugin Registry}}
+
+ * {{{introduction/introduction-to-plugins.html}Introduction to Maven 2.0 
Plugin Development}}
+
+ * {{{introduction/introduction-to-profiles.html}Introduction to build 
profiles}}
+
+ * {{{introduction/introduction-to-repositories.html}Introduction to 
Repositories}}
+
+ * {{{introduction/introduction-to-the-lifecycle.html}Introduction to the 
Build Lifecycle}}
+
+ * {{{introduction/introduction-to-the-pom.html}Introduction to the POM}}
+
+ * 
{{{introduction/introduction-to-the-standard-directory-layout.html}Introduction 
to the Standard Directory Layout}}
+
+
+* Plugin Guides
+
+ * {{{plugin/guide-ant-plugin-development.html}Guide to Developing Ant 
Plugins}}
+
+ * {{{plugin/guide-java-plugin-development.html}Guide to Developing Java 
Plugins}}
+
+
+* Development Guides
+
+ * {{{development/guide-building-m2.html}Guide to Building Maven 2.0}}
+
+ * {{{development/guide-helping.html}Guide to helping with Maven}}
+
+ * {{{development/guide-m2-development.html}Guide to Developing Maven}}
+
+ * {{{development/guide-plugin-documentation.html}Guide to the Plugin 
Documentation Standard}}
+
+ * {{{development/guide-plugin-snapshot-repositories.html}Guide to Plugin 
Snapshot Repositories}}
+
+ * {{{development/guide-testing-development-plugins.html}Guide to Testing 
Development Versions of Plugins}}
+
+
+* Reference
+
+ * {{{../ref/current/maven-model/maven.html}Project Descriptor}}
+ 
+ * {{{../ref/current/maven-settings/settings.html}Settings Descriptor}}
+ 
+ * {{{../plugins/index.html}Available Plug-ins}}
+ 
+ * {{{../developers/mojo-api-specification.html}Mojo API}}
+ 
+ * {{{../ant-tasks.html}Ant Tasks}}
+ 
+ * {{{../glossary.html}Glossary}}
+ 
+ * {{{../maven-conventions.html}Maven Conventions}}
+
+ * {{{../articles.html}Articles}}
+ 
+ []

Propchange: maven/site/trunk/src/site/apt/guides/index.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"


Reply via email to