Github user rmetzger commented on a diff in the pull request:

    https://github.com/apache/flink/pull/497#discussion_r26671432
  
    --- Diff: pom.xml ---
    @@ -416,6 +416,65 @@ under the License.
                        <id>docs-and-source</id>
                        <build>
                                <plugins>
    +
    +                                   <!-- We need to clean compiled classes 
to make sure that genjavadoc
    +                                   is called to generate our fake Java 
source from Scala source. -->
    +                                   <plugin>
    +                                           
<artifactId>maven-clean-plugin</artifactId>
    +                                           
<version>2.5</version><!--$NO-MVN-MAN-VER$-->
    +                                           <executions>
    +                                                   <execution>
    +                                                           
<id>clean-target</id>
    +                                                           
<phase>generate-sources</phase>
    --- End diff --
    
    Ah .. nice. Its part of the docs-and-source profile. Then its fine ;)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to