Skip to content

Commit

Permalink
Add TODO for last free form string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Sep 8, 2023
1 parent 345f55d commit 413b12c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ protected MetadataResolver getMetadataResolver(
protected Map<String, MetadataGeneratorFactory> getMetadataGeneratorFactories() {
// from maven-resolver-provider
HashMap<String, MetadataGeneratorFactory> result = new HashMap<>();
// TODO: Fix this once MNG-7874 done and released
result.put("plugins", new PluginsMetadataGeneratorFactory());
result.put("versions", new VersionsMetadataGeneratorFactory());
result.put("snapshot", new SnapshotMetadataGeneratorFactory());
Expand Down

0 comments on commit 413b12c

Please sign in to comment.