You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2010/02/28 23:55:50 UTC

svn commit: r917313 - /maven/site/trunk/src/site/apt/guides/index.apt

Author: brett
Date: Sun Feb 28 22:55:50 2010
New Revision: 917313

URL: http://svn.apache.org/viewvc?rev=917313&view=rev
Log:
add missing guides

Modified:
    maven/site/trunk/src/site/apt/guides/index.apt

Modified: maven/site/trunk/src/site/apt/guides/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/index.apt?rev=917313&r1=917312&r2=917313&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/index.apt (original)
+++ maven/site/trunk/src/site/apt/guides/index.apt Sun Feb 28 22:55:50 2010
@@ -49,6 +49,8 @@
 
  * {{{./introduction/introduction-to-dependency-mechanism.html}The Dependency Mechanism}}
 
+ * {{{./introduction/introduction-to-optional-and-excludes-dependencies.html} Optional Dependencies and Dependency Exclusions}}
+
 ** Plugins
 
  * {{{./introduction/introduction-to-plugins.html}Plugin Development}}
@@ -59,6 +61,8 @@
 
  * {{{./introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix Resolution}}
 
+ * {{{./introduction/introduction-to-plugin-resolution.html} Introduction to Maven Plugin Resolution}}
+
  * {{{./plugin/guide-ant-plugin-development.html}Developing Ant Plugins}}
 
  * {{{./plugin/guide-java-plugin-development.html}Developing Java Plugins}}
@@ -142,6 +146,10 @@
 
  * {{{./mini/guide-wagon-providers.html} Guide to Selecting Alternative Wagon Providers}}
 
+ * {{{./mini/guide-building-jdk14-on-jdk15.html} Guide to Building JDK 1.4 Projects Using JDK 1.5}}
+
+ * {{{./mini/guide-default-execution-ids.html} Guide to Configuring Default Mojo Executions}}
+
 
 ** Testing