GitHub user aljoscha opened a pull request:

    https://github.com/apache/flink/pull/5003

    [FLINK-7702] Fix Javadoc build issues

    This remove the `genjavadoc` tool which doesn't work with our code base 
right now and also adds a dependency in the root pom that is needed for 
building the Javadocs (description in the commit).
    
    R: @twalthr 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aljoscha/flink jira-7702-fix-javadoc-build

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5003.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 #5003
    
----
commit 07af8c125bba88912dd39664532b1ec8ee035439
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Date:   2017-11-10T15:28:46Z

    [FLINK-7702] Remove Javadoc aggregation for Scala code
    
    genjavadoc generated some Java code that was making Javadoc fail.

commit 2929eda7e244c1cd7250645702a808af967fae84
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Date:   2017-11-10T17:13:26Z

    [FLINK-7702] Add maven-bundle-plugin to root pom
    
    Before, we had it in places that require it. This doesn't work when
    running mvn javadoc:aggregate because this will only run for the root
    pom and can then not find the "bundle" dependencies.

----


---

Reply via email to