Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 430757

Summary: Use maven-javadoc-plugin rather than calling javadoc executable from ant.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: RelEngAssignee: gef-inbox <gef-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: psuzzi
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2014-03-20 00:47:05 EDT
Up to now we have dedicated ant-code (which is duplicated throughout all doc bundles) to determine the javadoc executable for the respective platforms. We should rather use the maven plug-in and create the javadoc from within the pom.xml.
Comment 1 Alexander Nyßen CLA 2015-09-28 13:52:27 EDT
It seems the javadoc generation process we have implemented is quite elaborated (offline-linking, etc.), so switching to javadoc plug-in will probably not bring any advantage. Resolving as WORKSFORME though.