gnodet commented on a change in pull request #533:
URL: https://github.com/apache/maven/pull/533#discussion_r707015897



##########
File path: 
maven-core/src/main/java/org/apache/maven/plugin/version/internal/DefaultPluginVersionResolver.java
##########
@@ -90,22 +94,35 @@
     public PluginVersionResult resolve( PluginVersionRequest request )
         throws PluginVersionResolutionException
     {
-        PluginVersionResult result = resolveFromProject( request );
+        Map<String, PluginVersionResult> cache = getCache( 
request.getRepositorySession().getData() );
+        String key = getKey( request );
+
+        PluginVersionResult result = cache.get( key );

Review comment:
       Ouch :-( it must have been removed during the refactoring...




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to