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>