Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for specifying the classifier for maven dependencies #31318

Open
heshanpadmasiri opened this issue Jun 21, 2021 · 0 comments
Open
Labels
Area/ProjectAPI Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Improvement

Comments

@heshanpadmasiri
Copy link
Member

Description:
In the current implementation we can't handle cases where a given maven dependency may have more than one jar file. For example if we give the dependency for javacpp as fallows

[[platform.java11.dependency]]
groupId = "org.bytedeco"
artifactId = "javacpp"
version = "1.5.5"

it will only download and add to the final build only javacpp-1.5.5.jar not the other jar files such as javacpp-1.5.5-android-arm.jar listed under that dependency using different classifiers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/ProjectAPI Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) Type/Improvement
Projects
None yet
Development

No branches or pull requests

3 participants