From 928edc8f00ff7ef81126bc96af70626001450d48 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Tue, 18 Oct 2005 21:23:07 +0000 Subject: [PATCH] o trying to make the documentation more apparent git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326251 13f79535-47bb-0310-9956-ffa450edef68 --- maven-site/src/site/xdoc/docs-required.xml | 64 ---------------------- maven-site/src/site/xdoc/index.xml | 7 +++ 2 files changed, 7 insertions(+), 64 deletions(-) delete mode 100644 maven-site/src/site/xdoc/docs-required.xml diff --git a/maven-site/src/site/xdoc/docs-required.xml b/maven-site/src/site/xdoc/docs-required.xml deleted file mode 100644 index d3f7c96b57..0000000000 --- a/maven-site/src/site/xdoc/docs-required.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - Documentation Required - Brett Porter - - -
-

- This page lists some of the most pressing documentation needs. If you feel something is missing, please be sure - to let us know at the - Maven Users Mailing List. -

-

Documentation for users

-
    -
  • new SNAPSHOT handling - - partially done on Brett's blog -
  • -
  • guide to dependencies, including: -
      -
    • dependency scoping - especially system scope
    • -
    • version range specifications
    • -
    • conflict resolution
    • -
    -
  • -
  • deployment mechanism
  • -
  • dependency management
  • -
  • plugin management - - in progress by J Matthew Pryor and John Casey -
  • -
  • plugin configuration
  • -
  • plugin downloading - - partial on Brett's blogs -
  • -
  • report generation
  • -
  • project inheritence and company wide strategy
  • -
  • plugin documentation
  • -
  • using POM-properties in conjunction with plugin configuration to abstract child-POM configs
  • -
  • archetypes - writing and using
  • -
  • plugin usage guide/summary for core plugins - esp. release plugin
  • -
  • strategy for migrating from Ant builds
  • -
  • strategy for migrating from Maven 1.x builds - esp. plugins that don't convert directly
  • -
-

Documentation for plugin authors

-
    -
  • Beanshell examples
  • -
  • plugin writing guide
  • -
  • report writing guide
  • -
  • site customisation guide
  • -
  • common tips and tricks for accessing project/build data
  • -
  • guide to available parameter expressions
  • -
  • list of standards for submitting new plugins (minimum documentation, test coverage?)
  • -
-

Documentation for Maven developers

-
    -
  • Lifecycle architecture
  • -
  • High level architecture, components explanation
  • -
  • Intro to Plexus
  • -
  • contributors guide (add to current and consolidate, walk through some first steps)
  • -
-
- -
- diff --git a/maven-site/src/site/xdoc/index.xml b/maven-site/src/site/xdoc/index.xml index fb0bda817b..4f64e6462f 100644 --- a/maven-site/src/site/xdoc/index.xml +++ b/maven-site/src/site/xdoc/index.xml @@ -33,6 +33,13 @@ Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

+

+

Maven 2.x Documentation

+

+

+ All the Maven documentation for Maven 2.x is in the form of guides + which can all be found here. +

About Maven 2.0