Nico Kruber created FLINK-5814:
----------------------------------
Summary: flink-dist creates wrong symlink when not used with
cleaned before
Key: FLINK-5814
URL: https://issues.apache.org/jira/browse/FLINK-5814
Project: Flink
Issue Type: Bug
Components: Build System
Affects Versions: 1.2.0
Reporter: Nico Kruber
Assignee: Nico Kruber
Priority: Minor
If {{<flink-dir>/build-target}} already exists, 'mvn package' for flink-dist
will create a symbolic link *inside* {{<flink-dir>/build-target}} instead of
replacing that symlink. This is due to the behaviour of {{ln \-sf}} for target
links that point to directories and may be solved by adding the
{{--no-dereference}} parameter.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)