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 ...


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-08-15 16:18:21 +00:00
parent 5e0b187204
commit bf3c8b0576
2 changed files with 0 additions and 3 deletions

View File

@ -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
${maven.repo.local}/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom.snapshot-version

View File

@ -5,5 +5,3 @@ repoLocal=`cat $HOME/maven.properties | grep "maven.repo.local" | sed 's/^.*= */
echo "Removing maven-core-it0005-1.0.pom from the local repository so we can verify pom installation ..." 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 > /dev/null 2>&1
rm -f $repoLocal/maven/poms/maven-core-it0005-1.0-SNAPSHOT.pom.snapshot-version > /dev/null 2>&1