You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by Apache Wiki <wi...@apache.org> on 2006/05/15 02:07:53 UTC

[Struts Wiki] Update of "StrutsMaintenanceMaven" by WendySmoak

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceMaven

The comment on the change is:
Added mirrors to suggested settings.

------------------------------------------------------------------------------
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
  ...
+     <!-- Uncomment this when the 'central' repo on ibiblio is down 
+          See: http://maven.apache.org/guides/mini/guide-mirror-settings.html -->
+     <!-- mirrors>
+       <mirror>
+         <id>ggi-project.org</id>
+         <url>http://ftp.ggi-project.org/pub/packages/maven2</url>
+         <mirrorOf>central</mirrorOf>
+       </mirror>
+     </mirrors -->
+ 
      <servers>
      ...
         <server>