-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Make use of mvn for OpenJCEPlus test execution #5479
Make use of mvn for OpenJCEPlus test execution #5479
Conversation
This update is dependent upon adoptium/TKG#591 |
Did we test this on Windows? If so, could you provide the Grinder link? Thanks |
This update allows for the test infrastructure to make use of `mvn` directly for testing `OpenJCEPlus`. This allows for `mvn` to control dependency usage along with using the same test infrastructure and plugins in use within the open source project. Signed-off-by: Jason Katonica <katonica@us.ibm.com>
eee565a
to
929b0e4
Compare
Hi @llxia I did need to make an update using 929b0e4 to get this to work on windows. The code now uses fully qualified paths to mvn and to the pom.xml file in order to work. Setting the path to mvn on windows had some issues. I ran this on the various platforms using the following grinder jobs with this new code:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Will merge since the dependency PR has been merged.
* Make use of mvn for OpenJCEPlus test execution This update allows for the test infrastructure to make use of `mvn` directly for testing `OpenJCEPlus`. This allows for `mvn` to control dependency usage along with using the same test infrastructure and plugins in use within the open source project. Signed-off-by: Jason Katonica <katonica@us.ibm.com> * Use fully qualified names instead of PATH --------- Signed-off-by: Jason Katonica <katonica@us.ibm.com>
* Make use of mvn for OpenJCEPlus test execution This update allows for the test infrastructure to make use of `mvn` directly for testing `OpenJCEPlus`. This allows for `mvn` to control dependency usage along with using the same test infrastructure and plugins in use within the open source project. Signed-off-by: Jason Katonica <katonica@us.ibm.com> * Use fully qualified names instead of PATH --------- Signed-off-by: Jason Katonica <katonica@us.ibm.com>
* Make use of mvn for OpenJCEPlus test execution This update allows for the test infrastructure to make use of `mvn` directly for testing `OpenJCEPlus`. This allows for `mvn` to control dependency usage along with using the same test infrastructure and plugins in use within the open source project. Signed-off-by: Jason Katonica <katonica@us.ibm.com> * Use fully qualified names instead of PATH --------- Signed-off-by: Jason Katonica <katonica@us.ibm.com>
* Make use of mvn for OpenJCEPlus test execution This update allows for the test infrastructure to make use of `mvn` directly for testing `OpenJCEPlus`. This allows for `mvn` to control dependency usage along with using the same test infrastructure and plugins in use within the open source project. Signed-off-by: Jason Katonica <katonica@us.ibm.com> * Use fully qualified names instead of PATH --------- Signed-off-by: Jason Katonica <katonica@us.ibm.com>
* Make use of mvn for OpenJCEPlus test execution This update allows for the test infrastructure to make use of `mvn` directly for testing `OpenJCEPlus`. This allows for `mvn` to control dependency usage along with using the same test infrastructure and plugins in use within the open source project. * Use fully qualified names instead of PATH --------- Signed-off-by: Jason Katonica <katonica@us.ibm.com>
* Make use of mvn for OpenJCEPlus test execution This update allows for the test infrastructure to make use of `mvn` directly for testing `OpenJCEPlus`. This allows for `mvn` to control dependency usage along with using the same test infrastructure and plugins in use within the open source project. * Use fully qualified names instead of PATH --------- Signed-off-by: Jason Katonica <katonica@us.ibm.com>
This update allows for the test infrastructure to make use of
mvn
directly for testingOpenJCEPlus
. This allows formvn
to control dependency usage along with using the same test infrastructure and plugins in use within the open source project.Signed-off-by: Jason Katonica katonica@us.ibm.com