Author: aheritier
Date: Sat Dec 9 07:20:29 2006
New Revision: 484996
URL: http://svn.apache.org/viewvc?view=rev&rev=484996
Log:
Add news about ibiblio problem for maven 1.0.x.
Thanks for Carlos' blog ;-) Cut & Paste save my time.
Modified:
maven/maven-1/core/trunk/xdocs/index.xml
maven/maven-1/core/trunk/xdocs/news.xml
Modified: maven/maven-1/core/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/index.xml?view=diff&rev=484996&r1=484995&r2=484996
==============================================================================
--- maven/maven-1/core/trunk/xdocs/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/index.xml Sat Dec 9 07:20:29 2006
@@ -29,15 +29,23 @@
<!--<a href="http://www.apachecon.com/2006/EU/index.html"><img
src="http://www.apache.org/images/ac2006eu_250x92trans.gif" width="250"
height="92" border="0" title="ApacheCon EU 2006" /></a>-->
<dl>
<dt><img src="./images/icon_warning_sml.gif" alt="warning"/>
Snapshots of RC1 are availables</dt>
- <dd>
- <ul>
- <li>
- <a
href="http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/"
target="_blank">Give them a try !</a>.
- </li>
- </ul>
- </dd>
+ <dd>
+ <ul>
+ <li>
+ <a
href="http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/"
target="_blank">Give them a try !</a>.
+ </li>
+ </ul>
+ </dd>
</dl>
-
+
+ <dl>
+ <dt>
+ <img src="./images/icon_error_sml.gif" alt="bug"/> 7 December 2006
- Central repository isn't working for maven 1.0.x users.</dt>
+ <dd>
+ <ul><li>Due to a change on ibiblio the default central repository
isn't working for maven 1.0.x users. Follow our <a
href="./news.html">instructions</a> to fix it...</li></ul>
+ </dd>
+ </dl>
+
<dl>
<dt>
<img src="./images/icon_info_sml.gif" alt="info"/> 30 October 2006
- New plugin releases :</dt>
Modified: maven/maven-1/core/trunk/xdocs/news.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/news.xml?view=diff&rev=484996&r1=484995&r2=484996
==============================================================================
--- maven/maven-1/core/trunk/xdocs/news.xml (original)
+++ maven/maven-1/core/trunk/xdocs/news.xml Sat Dec 9 07:20:29 2006
@@ -36,6 +36,21 @@
</dl>
<dl>
<dt>
+ <img src="./images/icon_error_sml.gif" alt="bug"/> 7 December 2006 -
Central repository isn't working for maven 1.0.x users</dt>
+ <dd>
+ <p>
+ If you are using Maven 1.0.x you may have found that the
repository is not working
+ and Maven is unable to download new dependencies. The reason is
that the ibiblio guys
+ have moved the repo to another machine and Maven 1.0.x can't
handle redirects across different host names.
+ </p>
+ <p>
+ The workaround is to use the new central repository configuration
until ibiblio fixes the problem. Add to your project.properties :
+ </p>
+ <source>maven.repo.remote=http://repo1.maven.org/maven</source>
+ </dd>
+ </dl>
+ <dl>
+ <dt>
<img src="./images/icon_info_sml.gif" alt="info"/> 30 October 2006 -
New plugins releases <a
href="http://maven.apache.org/maven-1.x/plugins/bundled/releases.rss">
<img src="./images/rss.png" alt="RSS"/>
</a>