You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason Dillon <ja...@planet57.com> on 2012/04/06 20:35:12 UTC

Missing requirement in maven-core components.xml

The DefaultSecDispatcher defined in https://github.com/apache/maven-3/blob/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml is missing a requirement: 

<requirement>
<role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor</role>
<field-name>_decryptors</field-name>
</requirement>



Looks like an oversight, but w/o this the pluggable PasswordDecryptor bits don't work so well ;-)

https://github.com/apache/maven-3/pull/4

--jason 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org