You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/21 17:46:17 UTC

svn commit: r171225 - /maven/components/trunk/maven-core-it/it0006/pom.xml

Author: brett
Date: Sat May 21 08:46:15 2005
New Revision: 171225

URL: http://svn.apache.org/viewcvs?rev=171225&view=rev
Log:
use built verifier plugin in itest

Modified:
    maven/components/trunk/maven-core-it/it0006/pom.xml

Modified: maven/components/trunk/maven-core-it/it0006/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0006/pom.xml?rev=171225&r1=171224&r2=171225&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0006/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0006/pom.xml Sat May 21 08:46:15 2005
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org