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

Provide Way to Handle Multiple Jars with Main-Class Entries #206

Open
jamesward opened this issue Apr 27, 2023 · 2 comments
Open

Provide Way to Handle Multiple Jars with Main-Class Entries #206

jamesward opened this issue Apr 27, 2023 · 2 comments
Labels
hacktoberfest Hacktoberfest eligible note:good-first-issue A good first issue to get started with note:ideal-for-contribution An issue that a contributor can help us with type:enhancement A general enhancement

Comments

@jamesward
Copy link

Sometimes projects have dependencies containing Main-Class entries in their manifests. Since this buildpack picks the first Jar found with such an entry, this can lead to not picking the right Main-Class. Perhaps an env var could be used to specify a glob for the desired Jar containing the right Main-Class.

@dmikusa dmikusa added type:enhancement A general enhancement note:good-first-issue A good first issue to get started with note:ideal-for-contribution An issue that a contributor can help us with labels Jul 7, 2023
@dmikusa
Copy link
Contributor

dmikusa commented Jul 7, 2023

Seems totally reasonable, tagged as an enhancement.

@matejvasek
Copy link
Contributor

This would be really nice to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest eligible note:good-first-issue A good first issue to get started with note:ideal-for-contribution An issue that a contributor can help us with type:enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants