michael-o commented on code in PR #181:
URL: https://github.com/apache/maven-release/pull/181#discussion_r1167797460


##########
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:
   It does, sec dispatcher resolves this for us.



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