platform icon indicating copy to clipboard operation
platform copied to clipboard

clean up configuration for maven-javadoc-plugin

Open alvarezguille opened this issue 5 years ago • 2 comments

includeDependencySources and includeTransitiveDependencySources are set to true in parent pom even In #791 maven-javadoc-plugin was added to vaadin and vaadin-core overriding them to false. We should check if this configuration should be inherited by every module

alvarezguille avatar Aug 15 '19 10:08 alvarezguille

I have a question about this ticket, what is the expected result and how should i verify that?

it looks false is the default value for those two properties.

ZheSun88 avatar Sep 12 '19 08:09 ZheSun88

This can provide us a temporal workaround for producing the huge vaadin-platform-javadoc javadoc jar by adding the same configuration (as in #791 ) to the module, it skips the whole process of creating the jar file.

ZheSun88 avatar Dec 30 '19 09:12 ZheSun88