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/08/15 18:18:22 UTC

cvs commit: maven-components/maven-core-it/it0005 expected-results.txt prebuild.hook

jvanzyl     2004/08/15 09:18:22

  Modified:    maven-core-it/it0005 expected-results.txt prebuild.hook
  Log:
  o the pom should definitely be installed but how snapshots are handled
    vs releases needs to be clarified as the use of snapshots I'm trying to
    encapsulate into a single class which i haven't fully resolved. doing
  
    if ( SNAPSHOT )
    { ... }
  
    is not what we want ...
  
  Revision  Changes    Path
  1.2       +0 -1      maven-components/maven-core-it/it0005/expected-results.txt
  
  Index: expected-results.txt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core-it/it0005/expected-results.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- expected-results.txt	5 Jul 2004 16:53:16 -0000	1.1
  +++ expected-results.txt	15 Aug 2004 16:18:21 -0000	1.2
  @@ -1,2 +1 @@
   ${maven.repo.local}/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom
  -${maven.repo.local}/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom.snapshot-version
  
  
  
  1.3       +0 -2      maven-components/maven-core-it/it0005/prebuild.hook
  
  Index: prebuild.hook
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core-it/it0005/prebuild.hook,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- prebuild.hook	27 Jul 2004 13:23:35 -0000	1.2
  +++ prebuild.hook	15 Aug 2004 16:18:21 -0000	1.3
  @@ -5,5 +5,3 @@
   echo "Removing maven-core-it0005-1.0.pom from the local repository so we can verify pom installation ..."
   
   rm -f $repoLocal/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom > /dev/null 2>&1
  -
  -rm -f $repoLocal/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom.snapshot-version > /dev/null 2>&1