You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/04/06 21:28:29 UTC

svn commit: r1310560 - /maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml

Author: olamy
Date: Fri Apr  6 19:28:28 2012
New Revision: 1310560

URL: http://svn.apache.org/viewvc?rev=1310560&view=rev
Log:
make pluggable PasswordDecryptor working.
Submitted by Jason Dillon
see https://github.com/apache/maven-3/pull/4

Modified:
    maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml

Modified: maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml?rev=1310560&r1=1310559&r2=1310560&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml (original)
+++ maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Fri Apr  6 19:28:28 2012
@@ -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>