You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by Kaempf Mirko <mi...@cloudera.com> on 2014/03/04 21:30:32 UTC

Review Request 18749: Broken links in documentation generation via maven fixed

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18749/
-----------------------------------------------------------

Review request for giraph and Claudio Martella.


Bugs: 849 and JIRA
    https://issues.apache.org/jira/browse/849
    https://issues.apache.org/jira/browse/JIRA


Repository: giraph-git


Description
-------

The pom.xml and some page for docu generation have been fixed.

I cannot submit to the repository, so please merge the patch for me.

Cheers,
Mirko


Diffs
-----

  pom.xml f963585 
  src/site/site.xml 9fc9810 
  src/site/xdoc/build.xml c31880e 
  src/site/xdoc/index.xml 29fd41c 
  src/site/xdoc/intro.xml fc7cc1e 
  src/site/xdoc/presentations.xml 96c46fd 
  src/site/xdoc/releases.xml 189595b 

Diff: https://reviews.apache.org/r/18749/diff/


Testing
-------

Testing was done only locally, but many times it worked. 

# partial generation of site. Reports are not generated to speed up the build.
mvn -Phadoop_2 -DskipTests -DgenerateReports=false -Ddependency.locations.enabled=false site

# full generation of site. Reports are not generated to speed up the build.
mvn -Phadoop_2 -DskipTests -DgenerateReports=true -Ddependency.locations.enabled=false site

# do not forget to stage the generated results
mvn -Phadoop_2 -DskipTests site:stage


Thanks,

Kaempf Mirko