You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/02/12 23:43:33 UTC

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

Author: ogusakov
Date: Thu Feb 12 22:43:32 2009
New Revision: 743913

URL: http://svn.apache.org/viewvc?rev=743913&view=rev
Log:
[MNG-4033] migrated password encryption from 2.1.x trunk

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

Modified: maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml?rev=743913&r1=743912&r2=743913&view=diff
==============================================================================
--- maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml (original)
+++ maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Thu Feb 12 22:43:32 2009
@@ -136,6 +136,22 @@
         </defaultReports>
         <!-- END SNIPPET: default-reports -->
       </configuration>
-    </component>    
+    </component>  
+
+    <component>
+      <role>org.sonatype.plexus.components.sec.dispatcher.SecDispatcher</role>
+      <role-hint>maven</role-hint>
+      <implementation>org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher</implementation>
+      <description>Maven Security dispatcher</description>
+      <requirements>
+        <requirement>
+          <role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
+          <field-name>_cipher</field-name>
+        </requirement>
+      </requirements>
+      <configuration>
+        <_configuration-file>~/.m2/settings-security.xml</_configuration-file>
+      </configuration>
+    </component>          
   </components>
 </component-set>