Issue Details (XML | Word | Printable)

Key: MNG-3323
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Wendy Smoak
Reporter: Wendy Smoak
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2

Publish the reference docs for 2.0.8

Created: 15/Dec/07 07:36 PM   Updated: 03/Jan/08 07:22 PM
Component/s: Documentation: General
Affects Version/s: 2.0.8
Fix Version/s: 2.0.8

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
The reference docs for Maven 2.0.8 are missing, for example http://maven.apache.org/ref/2.0.8/maven-model/maven.html

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Wendy Smoak added a comment - 15/Dec/07 07:43 PM
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


Wendy Smoak added a comment - 03/Jan/08 10:09 AM
Need to re-publish 2.0.8 reference docs, with reports. (See MNG-3347, Javadoc is missing.)

Wendy Smoak added a comment - 03/Jan/08 07:22 PM
re-published with: mvn site-deploy -Preporting