Robert Metzger created FLINK-1769: ------------------------------------- Summary: 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 Reporter: Robert Metzger 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)