[ 
https://issues.apache.org/jira/browse/FLINK-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379886#comment-14379886
 ] 

ASF GitHub Bot commented on FLINK-1769:
---------------------------------------

GitHub user aljoscha opened a pull request:

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

    [FLINK-1769] Fix deploy bug caused by ScalaDoc aggregation

    I added a new profile that should be used when building the combined 
JavaDoc. I will add a jira issue for changing this in the nightly javadoc 
deployment.

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

    $ git pull https://github.com/aljoscha/flink fix-deploy

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

    https://github.com/apache/flink/pull/535.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 #535
    
----
commit 3f805ac3f22bb8060ddf8f7cfe90e4f95dc7d7a9
Author: Aljoscha Krettek <[email protected]>
Date:   2015-03-25T13:50:40Z

    [FLINK-1769] Fix deploy bug caused by ScalaDoc aggregation

----


> Maven deploy is broken (build artifacts are cleaned in docs-and-sources 
> profile)
> --------------------------------------------------------------------------------
>
>                 Key: FLINK-1769
>                 URL: https://issues.apache.org/jira/browse/FLINK-1769
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>            Reporter: Robert Metzger
>            Assignee: Aljoscha Krettek
>            Priority: Critical
>
> The issue has been introduced by FLINK-1720.
> This change broke the deployment to maven snapshots / central.
> {code}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-install-plugin:2.5.1:install (default-install) 
> on project flink-shaded-include-yarn: Failed to install artifact 
> org.apache.flink:flink-shaded-include-yarn:pom:0.9-SNAPSHOT: 
> /home/robert/incubator-flink/flink-shaded-hadoop/flink-shaded-include-yarn/target/dependency-reduced-pom.xml
>  (No such file or directory) -> [Help 1]
> {code}
> The issue is that maven is now executing {{clean}} after {{shade}} and then 
> {{install}} can not store the result of {{shade}} anymore (because it has 
> been deleted)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to