Skip to content

packCopyDependencies doesn't remove duplicates before processing #166

@DavidPerezIngeniero

Description

@DavidPerezIngeniero

After migrating to SBT 1.3.0 from 1.1.4, here is the result of running:

packCopyDependencies

java.nio.file.FileAlreadyExistsException: /home/dd/rds/servision/src/main/webapp/WEB-INF/lib/jt-utils-1.5.0.jar

The cause is that tries to create a symbolic link for the same dependency twice. It doesn't remove duplicated dependencies before processing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions