1 parent 1f337f0 commit af2ae2fCopy full SHA for af2ae2f
1 file changed
src/test/java/org/openrewrite/maven/BasicIT.java
@@ -75,7 +75,7 @@ void resolves_maven_properties_from_user_provided_system_properties(MavenExecuti
75
@MavenOption(value = MavenCLIOptions.SETTINGS, parameter = "settings-user.xml")
76
@MavenProfile("example_profile_id")
77
@MavenTest
78
- @SystemProperty(value = "REPOSITORY_URL", content = "https://maven-eu.nuxeo.org/nexus/content/repositories/public/")
+ @SystemProperty(value = "REPOSITORY_URL", content = "https://packages.nuxeo.com/repository/maven-public/")
79
void resolves_settings(MavenExecutionResult result) {
80
assertThat(result)
81
.isSuccessful()
0 commit comments