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

Bug 498158

Summary: Add support for maven.javadoc.skip option to build infrastructure.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: RelEngAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0.0   
Target Milestone: 4.1.0 (Neon.1) M1   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2016-07-19 13:26:43 EDT
In order to allow that javadoc generation can be skipped, we should enable support for the maven.javadoc.skip option, even if we do not use the javadoc plug-in.
Comment 1 Alexander Nyßen CLA 2016-07-20 05:10:24 EDT
Ensured maven.javadoc.skip is evaluated by the javadoc generation tasks (while the dependencies are still downloaded). 

Added an additional wikidoc.skip option that allows to skip the wikitext generation (which is useful for the Travis CI build).

Resolving as fixed in 4.1.0 M1.