Skip to content

Commit

Permalink
Use MojoUtils.readPom to read POM
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 29, 2024
1 parent 41ae1b3 commit 5a65e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ protected void refreshData() {
return;
}
try {
model = ModelUtils.readModel(projectPom);
model = MojoUtils.readPom(projectPom.toFile());
} catch (IOException e) {
throw new RuntimeException("Failed to read " + projectPom, e);
}
Expand Down

0 comments on commit 5a65e49

Please sign in to comment.