Community
Participate
Working Groups
Rework the jetty-distribution build to include the raw javadoc (html) in a /javadoc tree that the ${jetty.home}/contexts/javadoc.xml is configured to use. Also rework the test-jetty-webapp's own use of /javadoc to /javadoc-proxy to avoid a resource path conflict with the upper level context.
Going to have to rework the use of the maven-dependency-plugin to rely on unpack-dependencies and copy-dependencies. + This will gain the benefit of transitive dependencies being used. + Will allow the use of the <includeDependencySources> configurable as well. + The dependencies will be properly defined and work correctly with the maven reactor. + The overall size of the pom.xml should be smaller as well. Will be doing this work in a branch called 'dist-with-javadoc'
This work is now included in master