Not sure if this is helpful or not but here's what I found. My POM file located at: C:\Documents and Settings\novalajo\.m2\repository\net\sf\ehcache\ehcache-web-parent\2.0.4\ehcache-web-parent-2.0.4.pom
contained the following: <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.4.1</center> </body> </html> I found what I believe it should have contained over at: http://svn.terracotta.org/svn/ehcache/tags/ehcache-web-2.0.4/pom.xml I then copied the XML from the URL above to the POM file on my machine and then the build seem to complete successfully. I'm not sure where in I need to change the location so Maven knows where to look for the correct POM file but it seems the URL has been moved which is causing the build issues. Hope this helps! -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
