mirror of https://github.com/apache/maven.git
[MNG-4033] migrated password encryption from 2.1.x trunk
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@743913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9737a2f1d9
commit
b88e78ae1d
|
@ -137,5 +137,21 @@ use a configuration source to pull in the lifecycle information.
|
|||
<!-- END SNIPPET: default-reports -->
|
||||
</configuration>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue