There are yet more broken links on the commons site for all components.

Most of the stuff below "Project Reports" is broken; the only links
that aren't are the external ones, i.e. those that don't point to
commons.apache.org.

This is presumably because the components are now under proper/ rather
than at the top level.

Now the dormant and sandbox sites look OK.
This is because their POMs have URLs of the form:

<url>http://commons.apache.org/sandbox/flatfile/</url>
and
 <url>http://commons.apache.org/dormant/cache/</url>

So we presumably need to update all the proper pom.xml with URLs of the form

 <url>http://commons.apache.org/proper/xyz/</url>

Note: there's another issue here, which is that the Sandbox and
Dormant <url> entries are wrong, because the directories have been
renamed to add a commons- prefix.

So:
do we have to fix all the dormant and sandbox poms as well?
Or should the directories lose their commons-prefix?

Whatever happens we'll need to fix the proper POMS to add the /proper/
path element to the <url>.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to