Author: rfscholte
Date: Fri Jun 21 15:17:56 2013
New Revision: 1495473

URL: http://svn.apache.org/r1495473
Log:
Restrict IT to Maven 3.0+, since Maven-2.2.1 (core) fails to download the file, 
so the rule is never tested.

Added:
    
maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-expressions/invoker.properties

Added: 
maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-expressions/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-expressions/invoker.properties?rev=1495473&view=auto
==============================================================================
--- 
maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-expressions/invoker.properties
 (added)
+++ 
maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-expressions/invoker.properties
 Fri Jun 21 15:17:56 2013
@@ -0,0 +1,8 @@
+# When running with M2.2.1 Maven already fails to download the pom, so it 
doesn't even reach the rule. Not sure why MRM can't serve this file, but does 
with M3
+#
+#Caused by: java.io.FileNotFoundException: 
http://localhost:50910/org/apache/maven/enforcer/its/menforcer126_maven-plugin/1.0/menforcer126_maven-plugin-1.0.pom
+#      at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
+#      at 
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
+#      at 
org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:115)
+#      ... 33 more
+invoker.maven.version=3.0+
\ No newline at end of file


Reply via email to