Skip to content

Maven dependencies are copied without considering duplicate artifactIds #194

Description

@lausdahl

Description:

The java maven builder does not handle artefacts which shares the same artefactId but under different group Ids which results in classes missing the the class path after dependencies are copied. See for a full example: aws/aws-sam-cli#2192

Steps to reproduce the issue:
Please see aws/aws-sam-cli#2192 which has a full example

Observed result:
artefacts are overriden if they share the same artefact id
Expected result:
all artefacts unique

Additional environment details (Ex: Windows, Mac, Amazon Linux etc)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions