GitHub user msrb opened a pull request:
https://github.com/apache/maven-plugins/pull/25
[MJAVADOC-398] Do not add classes from build output directory to classpath
See http://jira.codehaus.org/browse/MJAVADOC-398
Project's classes on classpath can confuse javadoc tool in some
cases. The result can be either incorrect serialized-form.html
page or failure (in case of jdk8). See [this bug] for more details.
[this bug]: https://bugzilla.redhat.com/show_bug.cgi?id=1113877
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/msrb/maven-plugins javadoc-classpath
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-plugins/pull/25.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #25
----
commit 32c69915aa6e1eb9f46fc1bc9c3cfb1c1f7848d2
Author: Michal Srb <[email protected]>
Date: 2014-06-27T07:20:28Z
[MJAVADOC-398] Do not add classes from build output directory to classpath
Project's classes on classpath can confuse javadoc tool in some
cases. The result can be either incorrect serialized-form.html
page or failure (in case of jdk8). See [1] for more details.
[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1113877
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]