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