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

Issue #7632 Make osgi build work with snapshot jsp jars #7633

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

janbartel
Copy link
Contributor

Closes #7632

@janbartel janbartel self-assigned this Feb 21, 2022
@janbartel janbartel requested a review from olamy February 21, 2022 15:04
@joakime
Copy link
Contributor

joakime commented Feb 21, 2022

Interesting.

Does this just create a new maven property for use in the manifest?
or does it also impact the installed artifacts too? (eg: the installed pom)

@janbartel
Copy link
Contributor Author

@joakime it creates a property, which you can use just in the maven build, or you can use it to affect how you generate the manifest. In this case we're using it to set the minimum version of packages in generated manifest. It essentially just lops off any "-SNAPSHOT" from the maven version property, which isn't valid for osgi.

@janbartel janbartel merged commit 808b74f into jetty-10.0.x Feb 22, 2022
@joakime joakime deleted the jetty-10.0.x-7632-osgi-jsp-version branch April 6, 2022 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make jetty-10 amenable to testing with SNAPSHOT jsp jars
3 participants