mirror of https://github.com/apache/maven.git
Fix superpom info location
This commit is contained in:
parent
c504c83b99
commit
4da2eb9622
|
@ -62,8 +62,8 @@ public class DefaultSuperPomProvider implements SuperPomProvider {
|
|||
+ ", please verify the integrity of your Maven installation");
|
||||
}
|
||||
try (InputStream is = url.openStream()) {
|
||||
String modelId = "org.apache.maven:maven-model-builder:" + version + "-"
|
||||
+ this.getClass().getPackage().getImplementationVersion() + ":super-pom";
|
||||
String modelId = "org.apache.maven:maven-api-impl:"
|
||||
+ this.getClass().getPackage().getImplementationVersion() + ":super-pom-" + version;
|
||||
return modelProcessor.read(XmlReaderRequest.builder()
|
||||
.modelId(modelId)
|
||||
.location(url.toExternalForm())
|
||||
|
|
Loading…
Reference in New Issue