platform
platform copied to clipboard
clean up configuration for maven-javadoc-plugin
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
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.
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.