Skip to content

Commit

Permalink
Merge pull request #400 from apache/refactoring/398-Mark-Maven-plugin…
Browse files Browse the repository at this point in the history
…s-as-thread-safe

Issue #385: Allow import of type systems published through SPI
  • Loading branch information
reckart authored Oct 2, 2024
2 parents a5a825a + 71ec28b commit 9d5b6e4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ private Set<String> resolveLocations(String... aLocations) {
path = packagePath + path;
}

path += ".xml";

paths.add(path);
}

Expand Down

0 comments on commit 9d5b6e4

Please sign in to comment.