[ 
https://issues.apache.org/jira/browse/GIRAPH-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255845#comment-13255845
 ] 

Eugene Koontz commented on GIRAPH-183:
--------------------------------------

I found that {{mvn clean compile site}} works on trunk (you may also shorten 
build time with: {{mvn -DskipTests clean compile site}}). 

The key is that the 'compile' phase prevents the default 'compiler:compile' 
('compiler' plugin and 'compile' goal) from executing. 

{{mvn -PX clean compile site}} also works for {{X}} in {{{hadoop_trunk, 
hadoop_facebook*, hadoop_0.23, hadoop_1.0, hadoop_0.20.203, 
hadoop_non_secure}}}.

*with {{-Dhadoop.jar.path=$HOME/hadoop-20/build/hadoop-0.20.1-dev-core.jar}}

I think it would be good to get 'mvn site' working on its own, though, which 
will work *if* we can get maven to always run the 'compile' phase prior to the 
'site' phase, whenever a user runs 'mvn site'.

                
> Add Claudio's FOSDEM presentation (slides and video) to the site
> ----------------------------------------------------------------
>
>                 Key: GIRAPH-183
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-183
>             Project: Giraph
>          Issue Type: Improvement
>          Components: site
>            Reporter: Claudio Martella
>            Assignee: Claudio Martella
>            Priority: Trivial
>              Labels: newbie
>         Attachments: GIRAPH-183.diff
>
>
> Presentation: 
> http://prezi.com/9ake_klzwrga/apache-giraph-distributed-graph-processing-in-the-cloud/
> Video: http://www.youtube.com/watch?v=3ZrqPEIPRe4, 
> http://www.youtube.com/watch?v=BmRaejKGeDM

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to