- Notifications
You must be signed in to change notification settings - Fork100
Allow MAVEN_HOME or M2_HOME for integration tests#235
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This PR includes an additional fix to ensure the version of spring-boot-starter-parent exists in Maven Central (3.x doesn't according tohttps://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent) |
applications/spring-shell/src/test/java/org/springframework/sbm/IntegrationTestBaseClass.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...enrewrite/src/test/java/org/springframework/sbm/openrewrite/maven/BumpParentVersionTest.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...enrewrite/src/test/java/org/springframework/sbm/openrewrite/maven/BumpParentVersionTest.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
That's my take. Okay let me take it out and verify. |
The IntegrationTestBaseClass is looking for the
MAVEN_HOMEenvironment variable, which only applies for Maven 1.x instead ofM2_HOMEwhich applies to Maven 2.x. This PR adds support for the second environment variable.