olamy commented on code in PR #181:
URL: https://github.com/apache/maven-release/pull/181#discussion_r1167816763


##########
maven-release-manager/src/main/java/org/apache/maven/shared/release/util/MavenCrypto.java:
##########
@@ -63,6 +63,9 @@ private MavenCryptoException(String message, Throwable cause) 
{
     public MavenCrypto(DefaultSecDispatcher secDispatcher, PlexusCipher 
plexusCipher) {
         this.secDispatcher = secDispatcher;
         this.plexusCipher = plexusCipher;
+
+        // Adjust the default path (def path != maven path)
+        this.secDispatcher.setConfigurationFile("~/.m2/settings-security.xml");

Review Comment:
   ditto. I wish Java could do it as well :) 
   well maybe a comment as it is not very intuitive. Image when some 
archeologists will have a look at this code with the new Maven dependencies 
cleanup in few years



-- 
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