You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@apache.org on 2004/09/08 01:18:12 UTC

cvs commit: maven-components/maven-core/docs/apt lifecycle.apt

jvanzyl     2004/09/07 16:18:12

  Added:       maven-core/docs/apt lifecycle.apt
  Log:
  
  
  Revision  Changes    Path
  1.1                  maven-components/maven-core/docs/apt/lifecycle.apt
  
  Index: lifecycle.apt
  ===================================================================
   -----
   Maven Lifecycle
   -----
   Maven Team
   -----
  
  Maven Lifecycle
  
   * Single goal
   
   * Multiple goals
   
   * Reactor with a single goal
   
   * Reactor with multiple goals
   
   Use Cases
    
    * where one goal needs to use and modify another goal
      eg jcoverage:report does jcoverage:instrument [compiler:compile], 
      then calls surefire:test (adding classpath entries and changing the test
      classes directory parameter)
      the does the report