mirror of https://github.com/apache/maven.git
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:
parent
5e0b187204
commit
bf3c8b0576
|
@ -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
|
||||
|
|
|
@ -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 ..."
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue