Maven 2 & 3

Publish the reference docs for 2.0.8

Details

  • Type: Task Task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.0.8
  • Fix Version/s: 2.0.8
  • Component/s: Documentation: General
  • Labels:
    None
  • Number of attachments :
    0

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

Activity

Hide
Wendy Smoak added a comment -

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

Show
Wendy Smoak added a comment - 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
Hide
Wendy Smoak added a comment -

Need to re-publish 2.0.8 reference docs, with reports. (See MNG-3347, Javadoc is missing.)

Show
Wendy Smoak added a comment - Need to re-publish 2.0.8 reference docs, with reports. (See MNG-3347, Javadoc is missing.)
Hide
Wendy Smoak added a comment -

re-published with: mvn site-deploy -Preporting

Show
Wendy Smoak added a comment - re-published with: mvn site-deploy -Preporting

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: