use built verifier plugin in itest

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@171225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-21 15:46:15 +00:00
parent 8a69c2bdc0
commit cc9daca698
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@
<plugins>
<plugin>
<artifactId>maven-verifier-plugin</artifactId>
<!-- Problem here: if I specify a version, it won't build if the verifier plugin is not
in the remote repo. If I don't specify a version, it fails...
Now, even if I have built the verifier plugin locally m2 insist for downloading it
from the remote repo. Why is that? -->
<version>1.0-alpha-1-SNAPSHOT</version>
<goals>
<goal>
<id>verify</id>