🚧 Fix bug with file
This commit is contained in:
parent
bf53eb2754
commit
ec367b5940
@ -23,8 +23,7 @@ public class MavenContextProvider
|
|||||||
case XML ->
|
case XML ->
|
||||||
{
|
{
|
||||||
MavenMetadataUrlParser parser = MavenMetadataUrlParser.parse(path);
|
MavenMetadataUrlParser parser = MavenMetadataUrlParser.parse(path);
|
||||||
String artifact = parser.artifactId();
|
return new MavenContext(path, parser.groupId(), parser.artifactId(), null, new File().setType(FileType.XML));
|
||||||
return new MavenContext(path, parser.groupId(), parser.artifactId(), null, null);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new RuntimeException();
|
throw new RuntimeException();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user