[
https://issues.apache.org/jira/browse/FLINK-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14367270#comment-14367270
]
ASF GitHub Bot commented on FLINK-1720:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/497#discussion_r26671298
--- 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 --
So clean is then executed on every compile/package/install?
> Integrate ScalaDoc in Scala sources into overall JavaDoc
> --------------------------------------------------------
>
> Key: FLINK-1720
> URL: https://issues.apache.org/jira/browse/FLINK-1720
> Project: Flink
> Issue Type: Improvement
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Fix For: 0.9
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)