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)
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)