mirror of
https://github.com/apache/maven.git
synced 2025-02-12 04:55:38 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162854 13f79535-47bb-0310-9956-ffa450edef68
8 lines
274 B
Bash
8 lines
274 B
Bash
#!/bin/sh
|
|
|
|
repoLocal=`cat $HOME/build.properties | grep "maven.repo.local" | sed 's/^.*= *//'`
|
|
|
|
echo "Removing maven-core-it0004-1.0.pom from the local repository so we can verify pom installation ..."
|
|
|
|
rm -f $repoLocal/maven/poms/maven-core-it0004-1.0.pom > /dev/null 2>&1
|