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/06/18 04:12:29 UTC

cvs commit: maven-components/maven-core-it README.txt

jvanzyl     2004/06/17 19:12:29

  Modified:    maven-core-it README.txt
  Log:
  o descriptions of the added integration tests.
  
  Revision  Changes    Path
  1.3       +7 -1      maven-components/maven-core-it/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core-it/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	25 May 2004 12:49:13 -0000	1.2
  +++ README.txt	18 Jun 2004 02:12:29 -0000	1.3
  @@ -3,8 +3,14 @@
           generation and a the super model is employed to provide the build
           information.
   
  -it0001: Build upon it0000 we add an application resource that is packaged
  +it0001: Builds upon it0000: we add an application resource that is packaged
           up in the resultant JAR.
  +
  +it0002: Builds upon it0001: we add the download of a dependency. We delete
  +        the JAR from the local repository and make sure it is there post build.
  +       
  +it0003: Builds upon it0001: we add a jar installation step. We delete the JAR
  +        from the local repository to make sure it is there post build.
   
   -------------------------------------------------------------------------------