Re: Am I a dev or am't I?

2012-05-13 Thread Brett Porter
mvn help:effective-pom shows just 3. It looks like it's picking up only the in the POM, not the ones inherited. I've fixed it on trunk. - Brett On 14/05/2012, at 9:20 AM, Benson Margulies wrote: > Has the POM with me in it not trickled down yet? > > [ERROR] Failed to execute goal > org.apach

[ANN] maven-changes-plugin 2.7.1 released

2012-05-13 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7.1 Creates a release history for inclusion into the site and assists in generating an announcement mail. http://maven.apache.org/plugins/maven-changes-plugin/ You should specify the version in your p

Am I a dev or am't I?

2012-05-13 Thread Benson Margulies
Has the POM with me in it not trickled down yet? [ERROR] Failed to execute goal org.apache.maven.plugins:maven-changes-plugin:2.6:announcement-mail (default-cli) on project maven-changes-plugin: Missing developer with id 'bimargulies' in the section in your pom. -> [Help 1] [ERROR] [ERROR] To see

[RESULT] [VOTE] Release maven-changes-plugin 2.7.1

2012-05-13 Thread Benson Margulies
The vote passed. binding +1: bimargulies, hboutemy, olamy, Mark Struberg nonbinding +1: ltheussl - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: svn commit: r1337586 - in /maven/plugin-tools/trunk: maven-plugin-annotations/ maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/ maven-plugin-tools-annotations/src/main/

2012-05-13 Thread Olivier Lamy
2012/5/13 Hervé BOUTEMY : > Le dimanche 13 mai 2012 14:39:29 Olivier Lamy a écrit : >> 2012/5/12  : >> > Author: hboutemy >> > Date: Sat May 12 16:14:40 2012 >> > New Revision: 1337586 >> > >> > URL: http://svn.apache.org/viewvc?rev=1337586&view=rev >> > Log: >> > added DependencyScope enumeration

Re: [maven-assembly-plugin] bug in documentation and possible misbehavior

2012-05-13 Thread Hervé BOUTEMY
yes, please file a Jira issue http://jira.codehaus.org/browse/MASSEMBLY and if you can attach a patch, don't hesitate :) source repository location is documented in corresponding report Regards, Hervé Le lundi 14 mai 2012 00:02:00 Alexander Tumin a écrit : > Hello, I've found a bug on the page

Maven Plugin Tools - renaming "expression"

2012-05-13 Thread Hervé BOUTEMY
As discussed previously, there was some interest in changing supported tags. Now that Java 5 annotations support is ok, I already added some change in MPLUGIN-194 [1]: you can remove ${ } when defining parameter expression I just created MPLUGIN-196 issue [2] to rename "expression" to "property"

Re: Maven plugin in ant/beanshell

2012-05-13 Thread Hervé BOUTEMY
ok, the feature works and is used: we'll continue supporting it thank you for your reply Hervé Le dimanche 13 mai 2012 08:37:08 Mirko Friedenhagen a écrit : > Hello Olivier, > > where I work we have two plugins written in Ant. > > Regards Mirko > > > Hi, > > Do we still maintain those extract

Re: svn commit: r1337586 - in /maven/plugin-tools/trunk: maven-plugin-annotations/ maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/ maven-plugin-tools-annotations/src/main/

2012-05-13 Thread Hervé BOUTEMY
Le dimanche 13 mai 2012 14:39:29 Olivier Lamy a écrit : > 2012/5/12 : > > Author: hboutemy > > Date: Sat May 12 16:14:40 2012 > > New Revision: 1337586 > > > > URL: http://svn.apache.org/viewvc?rev=1337586&view=rev > > Log: > > added DependencyScope enumeration > > > > +public enum DependencySco

Re: svn commit: r1337586 - in /maven/plugin-tools/trunk: maven-plugin-annotations/ maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/ maven-plugin-tools-annotations/src/main/

2012-05-13 Thread Olivier Lamy
2012/5/12 : > Author: hboutemy > Date: Sat May 12 16:14:40 2012 > New Revision: 1337586 > > URL: http://svn.apache.org/viewvc?rev=1337586&view=rev > Log: > added DependencyScope enumeration > > Added: >     > maven/plugin-tools/trunk/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/