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

docs(sample): upgrade maven-surefire and remove junit-platform-native #1476

Merged
merged 1 commit into from Jul 12, 2022

Conversation

mpeddada1
Copy link
Contributor

As described in the official doc, the junit-native-plugin can be safely removed if we are using versions 0.9.6 and later of the native-maven-plugin

maven-surefire-plugin 2.22.2 seemed to have required junit-platform-native and removing this dependency resulted in

R] Test configuration file wasn't found. Make sure that test execution wasn't skipped.

However, upgrading the surefire plugins and removing junit-platform-native results in a successful build.

To run tests in native image mode, call the following command: mvn test -Pnative

@mpeddada1 mpeddada1 requested review from a team as code owners June 29, 2022 15:41
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the googleapis/java-storage API. samples Issues that are directly related to samples. labels Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. samples Issues that are directly related to samples. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants