File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 225225 <!--
226226 NB: The javadoc.runtimeAccessPackages property allows downstream
227227 projects to identify directories whose Javadoc should be made available
228- at runtime. By default, Javadoc is not available for any packages.
229- Downstream projects can identify a comma-delineated set of packages
230- to make those packages' Javadoc available. To retain some packages,
231- override the javadoc.runtimeAccessPackages property in your POM
232- with something like this:
228+ at runtime. This javadoc can then be accessed through
229+ therapi-runtime-javadoc. By default, Javadoc is not available for any
230+ packages. Downstream projects can identify a comma-delineated set of
231+ packages to make those packages' Javadoc available. To retain some
232+ packages, override the javadoc.runtimeAccessPackages property in your
233+ POM with something like this:
233234 <javadoc.runtimeAccessPackages>com.example.foo,com.example.bar</javadoc.runtimeAccessPackages>
234235 To retain all packages, override the javadoc.runtimeAccessPackages
235236 property in your POM with:
You can’t perform that action at this time.
0 commit comments