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

Don't default 'defaultJVMServer'. #252

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

stewartfrancis
Copy link
Contributor

@stewartfrancis stewartfrancis commented Nov 7, 2024

  • Don't default defaultjvmserver to MYJVMS when using the build goal
    Note that we can't make it "required" because you can specifically supply the jvm server for each bundle part and not have a default at all
  • Add some tests that specifically specify the jvm server for different bundle parts
    There's actually no documentation of how to do this. I'm reluctant to add it right now!
  • Add some tests that use the build goal but don't specify the bundle path at all
  • Remove a line that stopped most of the integration tests being executed

Fixes #250

@davenice davenice merged commit 02bc802 into IBM:main Nov 14, 2024
5 checks passed
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.

Build goal uses MYJVMS for the <defaultjvmserver> value
2 participants