Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.8
-
Fix Version/s: 2.0.8
-
Component/s: Documentation: General
-
Labels:None
-
Number of attachments :
Description
The reference docs for Maven 2.0.8 are missing, for example http://maven.apache.org/ref/2.0.8/maven-model/maven.html
Issue Links
- is related to
-
MNG-3347
Broken links to maven source javadocs: http://maven.apache.org/guides/index.html
-
So far, I've...
svn co http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.8
cd maven-2.0.8
mvn site-deploy
ssh people.apache.org
cd /www/maven.apache.org/ref
rm current
ln -s 2.0.8 current
(According to 'man ln' I think 'ln -f -s 2.0.8 current' should have worked. But I had to 'rm current' before it would link.)
Whe also have this, which I did not update. John?
lrwxrwxrwx 1 jdcasey maven 5 Oct 25 2006 current.deleted -> 2.0.4