Hi,
This is the first in a series of release culminating with the release of
Maven Site Plugin 3.1.
We solved 1 issue:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=17469
There are no issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.js
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:
org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor
_decryptors
Looks like an oversight, but w/o this the plug
GitHub user jdillon opened the pull request at
https://github.com/apache/maven-3/pull/4
Add _decryptors requirement
w/o this the pluggable PasswordDecryptor bits don't work so well ;-)
You can merge this pull request into a Git repository by running
$ git pull https://github.com/jdillo