Index: C:/msi/src/site/apt/guides/index.apt =================================================================== --- C:/msi/src/site/apt/guides/index.apt (revision 467564) +++ C:/msi/src/site/apt/guides/index.apt (working copy) @@ -1,155 +1,177 @@ - ------ - Summary of Maven 2.x documentation - ------ - Jason van Zyl - ------ - 12 October 2005 - ------ + ------ + Maven Documentation + ------ + Jason van Zyl + Eric Redmond + ------ + 18 October 2006 + ------ + +Documentation + +* Getting Started with Maven + + * {{{quick.html}Getting Started in 5 Minutes}} + + * {{{getting-started/index.html}Getting Started in 30 Minutes}} -Documentation +* Introductions -* Getting Started Guide + * {{{introduction/introduction-to-the-lifecycle.html}The Build Lifecycle}} + + * {{{introduction/introduction-to-the-pom.html}The POM}} - * {{{getting-started/index.html}Getting Started Guide}} + * {{{introduction/introduction-to-profiles.html}Profiles}} -* Mini Guides + * {{{introduction/introduction-to-repositories.html}Repositories}} + + * {{{introduction/introduction-to-the-standard-directory-layout.html}Standard Directory Layout}} - * {{{mini/guide-3rd-party-jars-local.html}Guide to installing 3rd party JARs}} + * {{{introduction/introduction-to-dependency-mechanism.html}The Dependency Mechanism}} - * {{{mini/guide-3rd-party-jars-remote.html}Guide to deploying 3rd party JARs to remote repository }} +** Plugins - * {{{mini/guide-apt-format.html}Guide to the APT Format}} + * {{{introduction/introduction-to-plugins.html}Plugin Development}} - * {{{mini/guide-archive-configuration.html}Guide to Configuring Archive Plugins}} + * {{{mini/guide-configuring-plugins.html}Configuring Plug-ins}} - * {{{mini/guide-assemblies.html}Guide to Creating Assemblies}} + * {{{introduction/introduction-to-plugin-registry.html}The Plugin Registry}} - * {{{mini/guide-attached-tests.html}Guide to using attached tests}} + * {{{introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix Resolution}} - * {{{mini/guide-bash-m2-completion.html}Guide to Maven 2.x auto completion using BASH}} + * {{{plugin/guide-ant-plugin-development.html}Developing Ant Plugins}} + + * {{{plugin/guide-java-plugin-development.html}Developing Java Plugins}} - * {{{mini/guide-central-repository-upload.html}Guide to uploading artifacts to the Central Repository}} +** Site - * {{{mini/guide-configuring-maven.html}Guide to Configuring Maven}} + * {{{mini/guide-site.html}Creating a Site}} - * {{{mini/guide-configuring-plugins.html}Guide to Configuring Plug-ins}} + * {{{mini/guide-apt-format.html}The APT Format}} - * {{{mini/guide-coping-with-sun-jars.html}Guide to Coping with Sun JARs}} +** Archetypes - * {{{mini/guide-creating-archetypes.html}Guide to Creating Archetypes}} + * {{{introduction/introduction-to-archetypes.html}What is an Archetype}} + + * {{{mini/guide-creating-archetypes.html}Creating Archetypes}} + +** Upgrading + + * {{{mini/guide-m1-m2.html}From Maven 1.x to Maven 2.x}} + + * {{{mini/guide-using-m1-repos-with-m2.html}Using Maven 1.x repositories with Maven 2.x}} - * {{{mini/guide-deployment-security-settings.html}Guide to Deployment and Security Settings}} + * {{{mini/guide-relocation.html}Relocation of Artifacts}} - * {{{mini/guide-embedding-m2.html}Guide to Embedding Maven 2.x}} +** Repositories - * {{{mini/guide-generating-sources.html}Guide to generating Sources}} + * {{{mini/guide-3rd-party-jars-local.html}Installing 3rd party JARs to Local Repository}} + + * {{{mini/guide-3rd-party-jars-remote.html}Deploying 3rd party JARs to Remote Repository}} + + * {{{mini/guide-coping-with-sun-jars.html}Coping with Sun JARs}} - * {{{mini/guide-ide-eclipse.html}Guide to using Eclipse with Maven 2.x}} +~~ * {{{introduction/introduction-to-artifact-resolution.html}Repository Definitions and Artifact Resolution}} - * {{{mini/guide-ide-idea.html}Guide to using IDEA with Maven 2.x}} + +* Guides + + * {{{mini/guide-assemblies.html}Creating Assemblies}} + + * {{{mini/guide-archive-configuration.html}Configuring Archive Plugins}} - * {{{mini/guide-ide-netbeans/guide-ide-netbeans.html}Guide to Using maven 2 in Netbeans 4.0 (4.1 and 5.0)}} + * {{{mini/guide-configuring-maven.html}Configuring Maven}} + + * {{{mini/guide-mirror-settings.html}Mirror Settings}} - * {{{mini/guide-m1-m2.html}Guide to Moving From Maven 1.x to Maven 2.x}} + * {{{mini/guide-deployment-security-settings.html}Deployment and Security Settings}} + + * {{{mini/guide-embedding-m2.html}Embedding Maven 2.x}} + + * {{{mini/guide-generating-sources.html}Generating Sources}} + + * {{{mini/guide-manifest.html}Working with Manifests}} + + * {{{mini/guide-maven-classloading.html}Maven Classloading}} + + * {{{mini/guide-multiple-repositories.html}Using Multiple Repositories}} + + * {{{mini/guide-proxies.html}Using Proxies}} + + * {{{mini/guide-releasing.html}Using the Release Plugin}} + + * {{{mini/guide-using-ant.html}Using Ant with Maven}} + + * {{{mini/guide-using-modello.html}Using Modello}} + + * {{{mini/guide-webapp.html}Webapps}} - * {{{mini/guide-manifest.html}Guide to Working with Manifests}} + * {{{mini/guide-using-extensions.html}Using Extensions}} + +** Testing + + * {{{mini/guide-attached-tests.html}Reusable Test JARs}} - * {{{mini/guide-maven-classloading.html}Guide to Maven Classloading}} +** Maven Tools and IDE Integration + + * {{{mini/guide-ide-eclipse.html}Eclipse}} + + * {{{mini/guide-ide-idea.html}IDEA}} + + * {{{mini/guide-ide-netbeans/guide-ide-netbeans.html}Netbeans 4.0 (4.1 and 5.0)}} + + * {{{mini/guide-bash-m2-completion.html}Maven 2.x Auto-Completion Using BASH}} + + +* Development Guides + + * {{{development/guide-building-m2.html}Building Maven from Scratch}} + + * {{{development/guide-m2-development.html}Developing Maven}} - * {{{mini/guide-maven-evangelism.html}Guide to Maven Evangelism}} + * {{{development/guide-plugin-snapshot-repositories.html}Plugin Snapshot Repositories}} - * {{{mini/guide-mirror-settings.html}Guide to Mirror Settings}} + * {{{development/guide-plugin-documentation.html}The Plugin Documentation Standard}} - * {{{mini/guide-multiple-repositories.html}Guide to using Multiple Repositories}} - * {{{mini/guide-naming-conventions.html}Guide to Naming Conventions}} +* The Maven Community - * {{{mini/guide-new-committers.html}Guide for new committers}} + * {{{../community.html}The Maven Community}} - * {{{mini/guide-proxies.html}Guide to using proxies}} + * {{{development/guide-helping.html}Helping with Maven}} - * {{{mini/guide-releasing.html}Guide to using the release plugin}} + * {{{mini/guide-new-committers.html}Guide for New Committers}} + + * {{{development/guide-testing-development-plugins.html}Testing Development Versions of Plugins}} - * {{{mini/guide-relocation.html}Guide to relocation}} + * {{{../articles.html}3rd Party Books and Articles}} - * {{{mini/guide-site.html}Guide to creating a site}} +** Conventions - * {{{mini/guide-using-ant.html}Guide to using Ant with Maven}} + * {{{../maven-conventions.html}Maven Conventions}} + + * {{{mini/guide-naming-conventions.html}Naming Conventions}} - * {{{mini/guide-using-extensions.html}Guide to using Extensions}} + * {{{mini/guide-using-one-source-directory.html}When You Can't Use the Conventions}} - * {{{mini/guide-using-m1-repos-with-m2.html}Guide to using Maven 1.x repositories with Maven 2.x}} +** The Central Repository - * {{{mini/guide-using-modello.html}Guide to using Modello}} + * {{{mini/guide-central-repository-upload.html}Uploading Artifacts to the Central Repository}} - * {{{mini/guide-using-one-source-directory.html}Guide to Using Maven when You Can't Use the Conventions}} + * {{{mini/guide-maven-evangelism.html}Improving the Repository}} - * {{{mini/guide-webapp.html}Guide to Webapps}} + +* Reference + * {{{../pom.html}POM Overview}} ({{{../ref/current/maven-model/maven.html}Technical Project Descriptor}}) + + * {{{../settings.html}Settings Overview}} ({{{../ref/current/maven-settings/settings.html}Technical Settings Descriptor}}) + + * {{{../plugins/index.html}Core Plug-ins List}} + + * {{{../developers/mojo-api-specification.html}Mojo API}} -* Introductory Material + * {{{../glossary.html}Glossary}} - * {{{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}} - - []