Currently running 1.1.4, and when putting a dependency section that is not available internally or externally, Achriva creates/caches corrupt/invalid pom and jar in the internal directory, Has anyone seen the same behavior?
The pom contents look like below and where jar is not readable/expandable: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="keywords" content="Amazon, S3, Simple Storage Service, S3 Browse, S3 Access, S3 Manager, S3 Explorer" /> <meta name="description" content="Manage your Amazon Simple Storage account" /> <link rel="stylesheet" type="text/css" media="screen,projection,print" href="/res/look2/css/setup.css" /> <link rel="stylesheet" type="text/css" media="screen,projection,print" href="/res/look2/css/text.css" /> <link rel="stylesheet" type="text/css" media="screen,projection,print" href="/res/look2/css/s3browse.css" /> <title>S3Browse</title> </head> <body> <div class="page-container"> <div class="header"> <div class="header-middle"> <!-- Sitelogo and sitename --> <a class="sitelogo" href="/" title="Go to Start page"></a> <div class="sitename"> <a href="/" title="S3Browse"></a> </div> <div class="sitesub"> <div class="sitesubname">"Amazon S3 Web Frontend"</div><div class="beta"> Beta</div> </div> <div class="banner"> <script type="text/javascript"><!-- google_ad_client = "pub-2834192661819562"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text_image"; //2007-02-15: S3Browse google_ad_channel = "2627219580"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> </div> </div> <div class="nav2"> <ul> <li><a href="/">Home</a></li> <li><a href="/sitemap.html">Sitemap</a></li> </ul> <div class="topmenu" align="right"> <a href="/login.action">Sign in</a> | <a href="/register.action">Register</a> </div> </div> <div class="main"> <div class="main-content"> <a style="font-size:24px;color:red" href=" http://blog.s3browse.com">Important News</a><p/> <script type='text/javascript'> function deleteObject(key, name) { if (window.confirm("Delete object " + name + "?")) { document.getElementById("delete").key.value = key; document.getElementById("delete").submit(); } } function submitPrefs() { document.getElementById("prefs").submit(); } </script> <h1 class="pagetitle">Browse maven.springframework.org</h1> <div class="column1-unit"> <div align="right"> <form id="prefs" method="post" action="/explorePrefs.action"><input id="bucket" name="bucket" type="hidden" value="maven.springframework.org"/> List size: <select id="listSize" name="listSize" onchange="submitPrefs();"><option value="10">10</option><option value="25" selected="selected">25</option><option value="100">100</option><option value="250">250</option></select> | Navigation: <select id="navType" name="navType" onchange="submitPrefs();"><option value="flat">Flat</option><option value="hierar" selected="selected">Hierarchical</option></select> </form> </div> <p><a href="/explore/maven.springframework.org">ROOT</a>/<a href="/explore/ maven.springframework.org/release">release</a>/<a href="/explore/ maven.springframework.org/release/org">org</a>/<a href="/explore/ maven.springframework.org/release/org/springframework">springframework</a>/<a href="/explore/maven.springframework.org/release/org/springframework/ibm">ibm</a>/<a href="/explore/maven.springframework.org/release/org/springframework/ibm/was">was</a>/<a href="/explore/ maven.springframework.org/release/org/springframework/ibm/was/Bogus">Bogus</a>/<a href="/explore/ maven.springframework.org/release/org/springframework/ibm/was/Bogus/7.0 ">7.0</a>/Bogus-7.0.pom </p> <table class="s3fw"> <tr> <th width="60%">Name</th> <th width="10%">Size (KB)</th> <th width="20%">Last Modified</th> </tr> <tr> <td colspan="3" align="center"> <i>Directory contains no objects</i> </td> </tr> </table> <form id="delete" name="delete" method="post" action="/deleteObject.action"> <input id="bucket" name="bucket" type="hidden" value=" maven.springframework.org" /> <input id="key" name="key" type="hidden" value="" /> <input id="redirectTo" name="redirectTo" type="hidden" value=" http://s3browse.com/explore/maven.springframework.org/release/org/springframework/ibm/was/Bogus/7.0/Bogus-7.0.pom" /> </form> </div> </div> </div> <div class="footer"> <p>Copyright © 2007 S3Browse.com | All Rights Reserved</p> <p class="credits"> | <a href="http://validator.w3.org/check?uri=referer" title="Validate XHTML code">W3C XHTML 1.0</a> | <a href=" http://jigsaw.w3.org/css-validator/" title="Validate CSS code">W3C CSS 2.0</a> </p> </div> </div> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-128027-5"; urchinTracker(); </script> </body> </html> ------------------------------------------------------------------------------------------------------------------------ Thanks. LJ
