ppkarwasz commented on code in PR #389:
URL: https://github.com/apache/logging-parent/pull/389#discussion_r3702624207


##########
pom.xml:
##########
@@ -956,6 +963,16 @@
         </executions>
       </plugin>
 
+      <!--
+        ~ Use Mimir as Maven cache:
+        ~ See: https://maveniverse.eu/docs/mimir/
+        -->
+      <plugin>
+        <groupId>eu.maveniverse.maven.mimir</groupId>
+        <artifactId>extension</artifactId>
+        <extensions>true</extensions>
+      </plugin>

Review Comment:
   Yes, if we add it as an extension, it will be used everywhere.
   
   There are three ways to use Mimír:
   
   1. As a Maven 3 Core extension (in `.mvn/extensions.xml`),
   2. As a Maven 3 Build extension (in `pom.xml`), or
   3. As a Maven 4 extension (in `~/.m2`).
   
   I don't see any disadvantage in using it for **all** users, do you? The 
local Maven repository still exists and you can still put staging artifacts 
there, but Mimír uses a second level cache with only Maven Central artifacts 
inside.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to