[
https://issues.apache.org/jira/browse/FLINK-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek resolved FLINK-1769.
-------------------------------------
Resolution: Fixed
Fixed in
https://github.com/apache/flink/commit/2d373d88a733a71dcba21e64401e98624fcf9547
> 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)