mirror of https://github.com/apache/maven.git
make pluggable PasswordDecryptor working.
Submitted by Jason Dillon see https://github.com/apache/maven-3/pull/4 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1310560 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bcf07917a0
commit
006075a349
|
@ -149,6 +149,10 @@ under the License.
|
|||
<role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
|
||||
<field-name>_cipher</field-name>
|
||||
</requirement>
|
||||
<requirement>
|
||||
<role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor</role>
|
||||
<field-name>_decryptors</field-name>
|
||||
</requirement>
|
||||
</requirements>
|
||||
<configuration>
|
||||
<_configuration-file>~/.m2/settings-security.xml</_configuration-file>
|
||||
|
|
Loading…
Reference in New Issue