You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/06/06 03:38:30 UTC

cvs commit: maven-components/maven-core/docs/apt index.apt install.apt alpha-release-criteria.apt configuration-management.apt plugins.apt

jvanzyl     2004/06/05 18:38:30

  Modified:    maven-core/docs/apt alpha-release-criteria.apt
                        configuration-management.apt plugins.apt
  Added:       maven-core/docs/apt index.apt install.apt
  Log:
  o crappy first batch of doco
  
  Revision  Changes    Path
  1.5       +14 -0     maven-components/maven-core/docs/apt/alpha-release-criteria.apt
  
  Index: alpha-release-criteria.apt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/docs/apt/alpha-release-criteria.apt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- alpha-release-criteria.apt	5 Jun 2004 21:58:24 -0000	1.4
  +++ alpha-release-criteria.apt	6 Jun 2004 01:38:30 -0000	1.5
  @@ -10,17 +10,31 @@
    and can be improved but it is working nonetheless.
   
    * Continuous integration for the core (done)
  + 
    * Continuum in an operational state
  + 
    * Security policy for uploads
  + 
    * Plugin test harness (done)
  + 
    * Plugin development guide
  + 
    * Plugin doco generator (done)
  + 
    * Strategy for dealing with generated sources (done)
  + 
    * Sites for all components
  + 
    * Generation of model documentation (done)
  + 
    * Generation of model XSD (done)
  + 
    * v3 to v4 model converter
  + 
    * Site generation
  + 
    * Artifact deployment
  + 
    * Plugin downloading
  + 
    * Strategy for dealing with multiple JVMs across the board
  
  
  
  1.2       +3 -5      maven-components/maven-core/docs/apt/configuration-management.apt
  
  Index: configuration-management.apt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/docs/apt/configuration-management.apt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configuration-management.apt	4 Jun 2004 20:11:46 -0000	1.1
  +++ configuration-management.apt	6 Jun 2004 01:38:30 -0000	1.2
  @@ -21,11 +21,9 @@
   +-----+
   ${maven.home}
        |
  -     +--- site-configuration
  -                  |
  -                  +--- plugins.xml
  -                  |
  -                  +--- maven.properties       
  +     +--- pom.xml
  +     |
  +     +--- maven.properties
   +-----+
   
   * Group configuration
  
  
  
  1.2       +2 -2      maven-components/maven-core/docs/apt/plugins.apt
  
  Index: plugins.apt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/docs/apt/plugins.apt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugins.apt	4 Jun 2004 20:11:46 -0000	1.1
  +++ plugins.apt	6 Jun 2004 01:38:30 -0000	1.2
  @@ -6,10 +6,10 @@
   
   Maven plugins
    
  - Maven plugins are comprised of any number of {{{mojos}mojos}} which are simple classes that
  + Maven plugins are comprised of any number of {{{mojos.html}mojos}} which are simple classes that
    perform a single action and goals that are a parameterized execution of a mojo.
   
    Goals can also be a different parameterization of the same mojo. 
   
    This definition could certainly be refined and cleaned up with some examples
  - and diagrams.
  \ No newline at end of file
  + and diagrams.
  
  
  
  1.1                  maven-components/maven-core/docs/apt/index.apt
  
  Index: index.apt
  ===================================================================
   -----
   Maven2
   -----
   Jason van Zyl
   -----
  
  Maven2
  
    This is maven2. Dig it.
  
  
  
  1.1                  maven-components/maven-core/docs/apt/install.apt
  
  Index: install.apt
  ===================================================================
   -----
   Installing maven2
   -----
   Jason van Zyl
   -----
  
  Installing maven2
  
   * Download m2 {{{http://www.apache.org/~jvanzyl/m2/m2.tgz}here}}.
   
   * Unpack in your home directory. In will expand in a directory called <<<m2>>>.
   
   * Put ~/m2/bin in your path.
   
   * Run m2! i.e. <<<m2 jar>>>.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org