[vote] Release Maven Help Plugin 2.1.1

2010-03-22 Thread Brett Porter
Hi, I'd like to release the Maven Help plugin. We solved 7 issues, mostly relating to Maven 3 support and correcting the bogus deprecation warnings: http://maven.apache.org/plugins/maven-help-plugin-2.1.1/jira-report.html Staging repo: https://repository.apache.org/content/repositories/maven-01

removing old staging directories?

2010-03-22 Thread Brett Porter
In the release docs [1], there is nothing about removing the staged documentation directory after it is completed. This means we have a lot of versioned directories of plugin sites, but they are never linked to. Should they be removed? Perhaps it would be better if the staging was done to /www

Re: svn commit: r925958 - /maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java

2010-03-22 Thread Brett Porter
On 22/03/2010, at 10:17 PM, Benjamin Bentmann wrote: > > While I see this, shouldn't we just use a fixed number of asterisk characters > in order to not reveal the actual length of the password/passphrase? Makes sense... done. - Brett -- Brett Porter br...@apache.org http://brettporter.wordp

Re: [VOTE] Release Maven Shade Plugin 1.3.2

2010-03-22 Thread Hervé BOUTEMY
+1 Hervé Le dimanche 21 mars 2010, Benjamin Bentmann a écrit : > Hi, > > We solved 3 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=16 > 164 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&

[ANN] Maven Skins parent version 5 and Maven Stylus Skin version 1.2 Released

2010-03-22 Thread Hervé Boutemy
The Maven team is pleased to announce the release of Maven Skins parent version 5 and Maven Stylus Skin version 1.2. http://maven.apache.org/skins/maven-stylus-skin/ You should specify the version in your project's site.xml configuration: ... org.apache.maven.skins maven-stylus-sk

Re: svn commit: r926234 - in /maven/site/trunk/src/site: apt/skins/index.apt site.xml

2010-03-22 Thread Dennis Lundberg
It would be better to change the skin in /src/site/site.xml in maven-parent instead of in maven-site. That way all Maven projects will get it. On 2010-03-22 19:17, hbout...@apache.org wrote: > Author: hboutemy > Date: Mon Mar 22 18:17:51 2010 > New Revision: 926234 > > URL: http://svn.apache.org/

[RESULT] [VOTE] Release Maven Skins parent version 5 and Maven Stylus Skin version 1.2 (take 2)

2010-03-22 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result : +1 (binding): Dennis Lundberg, Brian Fox, Vincent Siveton, Olivier Lamy, Lukas Theussl, Hervé Boutemy I will promote the artifacts to the central repo. Hervé Le jeudi 18 mars 2010, Hervé BOUTEMY a écrit : > Hi, > > second try after fixing t

Re: [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-22 Thread Benjamin Bentmann
Brett Porter wrote: Also, there seems to be a small glitch in the source distro assembly descriptor we're using as there is still a target directory in maven-core (mostly empty). Good catch, fixed in trunk. Benjamin - To u

Re: svn commit: r925958 - /maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EffectiveSettingsMojo.java

2010-03-22 Thread Benjamin Bentmann
Author: brett Date: Mon Mar 22 05:32:14 2010 New Revision: 925958 URL: http://svn.apache.org/viewvc?rev=925958&view=rev Log: [MPH-57] Hide server passphrase for effective-settings Submitted by: Marcel May Modified: maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugin

Re: help:evaluate / help:describe and Maven 3

2010-03-22 Thread Benjamin Bentmann
Brett Porter wrote: I found that help:evaluate is also not working on Maven 3 due to some API abuse: [...] The same affects help:describe -Dcmd=some:goal (as opposed to a lifecycle phase). I've added ITs for both cases. Good catch, thanks! It seems like we need to restore the previous metho