Re: [VOTE] Release Maven Changes Plugin version 2.7

2012-04-30 Thread Tony Chemit
On Fri, 27 Apr 2012 08:34:55 -0400 Benson Margulies bimargul...@gmail.com wrote: Hi, +1 (non binding) thanks, Tony -- Tony Chemit tél: +33 (0) 2 40 50 29 28 email: che...@codelutin.com http://www.codelutin.com

Re: [VOTE] Release Maven Site Plugin version 3.1

2012-04-30 Thread Lukas Theussl
+1 -Lukas Dennis Lundberg wrote: Hi, We solved 19 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146styleName=Htmlversion=16489 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11146status=1 Staging

Re: [VOTE] Release Maven Changes Plugin version 2.7

2012-04-30 Thread Lukas Theussl
+1 -Lukas Benson Margulies wrote: Hi, We resolved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=ACIO-CAVI-QX7G-9IAS%7Cb183085c89ca85abde86540c1f02cb433b8719dd%7Cloutversion=17447styleName=TextprojectId=11212Create=Create There are still a couple of issues left in

Re: [VOTE] Apache Maven Compiler Plugin 2.4

2012-04-30 Thread Tony Chemit
On Fri, 27 Apr 2012 23:09:35 +0200 Olivier Lamy ol...@apache.org wrote: +1 (non binding) thanks, tony. Hi, I'd like to release Apache Maven Compiler Plugin 2.4. We fixed: 13 issues (http://s.apache.org/MCOMPILER-2.4) Staging repository:

Re: [VOTE] Release Maven Site Plugin version 3.1

2012-04-30 Thread Tony Chemit
On Fri, 27 Apr 2012 23:48:19 +0200 Dennis Lundberg denn...@apache.org wrote: +1, (non binding) works fine on several projects, thanks, tony. Hi, We solved 19 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146styleName=Htmlversion=16489 There are still a couple of

Re: [VOTE] Apache Maven Compiler Plugin 2.4

2012-04-30 Thread Lukas Theussl
+1 -Lukas Olivier Lamy wrote: Hi, I'd like to release Apache Maven Compiler Plugin 2.4. We fixed: 13 issues (http://s.apache.org/MCOMPILER-2.4) Staging repository: https://repository.apache.org/content/repositories/maven-008/ Staging site:

Re: [VOTE] Apache Maven Compiler Plugin 2.4

2012-04-30 Thread Emmanuel Venisse
+1 Emmanuel On Fri, Apr 27, 2012 at 11:09 PM, Olivier Lamy ol...@apache.org wrote: Hi, I'd like to release Apache Maven Compiler Plugin 2.4. We fixed: 13 issues (http://s.apache.org/MCOMPILER-2.4) Staging repository: https://repository.apache.org/content/repositories/maven-008/ Staging

Re: Help to add Oracle JDBC driver

2012-04-30 Thread copyto27
Hi, It works!! thansk! -- View this message in context: http://maven.40175.n5.nabble.com/Help-to-add-Oracle-JDBC-driver-tp5659525p5675284.html Sent from the Maven Developers mailing list archive at Nabble.com. - To

Re: svn commit: r1331837 - in /maven/plugin-tools/branches/MPLUGIN-189: ./ maven-plugin-tools-annotations/ maven-plugin-tools-annotations/src/ maven-plugin-tools-annotations/src/main/ maven-plugin-too

2012-04-30 Thread Robert Scholte
Hi, expression has always caused a lot of confusion for plugin-users. Should this be a moment to rename it to something like argument? -Robert Op Sat, 28 Apr 2012 23:23:11 +0200 schreef ol...@apache.org: Author: olamy Date: Sat Apr 28 21:23:10 2012 New Revision: 1331837 URL:

how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
Hi, I'd like to know if there is an existing helper code to obtain for a given scope a fresh class-path containing all dependencies of a maven module. I had once written it [1] but now I will if it exists use something from a maven (or codehaus) -lib. Thanks for replies, tony. [1]

RE: how to obtain project class-path with all his dependencies

2012-04-30 Thread Jason Pyeron
-Original Message- From: Tony Chemit Sent: Monday, April 30, 2012 6:30 Hi, I'd like to know if there is an existing helper code to obtain for a given scope a fresh class-path containing all dependencies of a maven module. Could be misunderstanding you, but googling

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
On Mon, 30 Apr 2012 06:46:10 -0400 Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From: Tony Chemit Sent: Monday, April 30, 2012 6:30 Hi, I'd like to know if there is an existing helper code to obtain for a given scope a fresh class-path containing all

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Mark Struberg
please look at the openjpa-maven-plugin [1]. Check the following classes: OpenJpaEnhancerMojo.java, OpenJpaTestEnhancerMojo.java and AbstractOpenJpaMojo.java Here are the important parts: /** * List of all class path elements that will be searched for the * codepersistence-enabled/code

[ANN] Apache Maven SCM 1.7 released

2012-04-30 Thread Olivier Lamy
Hi, The Apache Maven Team is pleased to announce the release of Apache Maven SCM 1.7. Maven SCM is an abstract in top of various SCM tools (see http://maven.apache.org/scm/scms-overview.html). The 1.7 release introduce support of Jazz SCM tool. Release Notes - Apache Maven SCM - Version 1.7 **

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Stephen Connolly
So look at the plugin's source code ;-) On 30 April 2012 11:56, Tony Chemit che...@codelutin.com wrote: On Mon, 30 Apr 2012 06:46:10 -0400 Jason Pyeron jpye...@pdinc.us wrote: -Original Message- From: Tony Chemit Sent: Monday, April 30, 2012 6:30 Hi, I'd like to

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
On Mon, 30 Apr 2012 12:22:44 +0100 Stephen Connolly stephen.alan.conno...@gmail.com wrote: So look at the plugin's source code ;-) rohhh Stephen, please don't hurt me :) I just wonder if somebody knows a nice helper method to do that inside a share component. I already have a working code,

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
On Mon, 30 Apr 2012 12:19:25 +0100 (BST) Mark Struberg strub...@yahoo.de wrote: please look at the openjpa-maven-plugin [1]. Check the following classes: OpenJpaEnhancerMojo.java, OpenJpaTestEnhancerMojo.java and AbstractOpenJpaMojo.java Here are the important parts: /** * List of all

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Mark Struberg
Nope, guess there is no helper yet. But the only code part which is a bit more non-obvious is the one which applies the ClassPath to the plugin itself:

Re: how to obtain project class-path with all his dependencies

2012-04-30 Thread Tony Chemit
On Mon, 30 Apr 2012 14:59:12 +0100 (BST) Mark Struberg strub...@yahoo.de wrote: Nope, guess there is no helper yet. But the only code part which is a bit more non-obvious is the one which applies the ClassPath to the plugin itself:

Re: [VOTE] Apache Maven Invoker Plugin 1.6 (take 2)

2012-04-30 Thread Olivier Lamy
2012/4/29 Anders Hammar and...@hammar.net: Yes, I will. Will not happen until Wednesday though. (Holidays here in Sweden.) Regarding the flag, inheriting setitngs.xml by default from the invoking process if no settings.xml is specified in the flugin config is not implemented? I'm asking

Re: [VOTE] Release Maven Changes Plugin version 2.7

2012-04-30 Thread Hervé BOUTEMY
+1 Hervé Le vendredi 27 avril 2012 08:34:55 Benson Margulies a écrit : Hi, We resolved 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?atl_token=ACIO-CAVI-QX7G-9I AS%7Cb183085c89ca85abde86540c1f02cb433b8719dd%7Cloutversion=17447styleName =TextprojectId=11212Create=Create

Re: [VOTE] Release Maven Site Plugin version 3.1

2012-04-30 Thread Dennis Lundberg
+1 from me On 2012-04-27 23:48, Dennis Lundberg wrote: Hi, We solved 19 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146styleName=Htmlversion=16489 There are still a couple of issues left in JIRA:

Re: svn commit: r1331837 - in /maven/plugin-tools/branches/MPLUGIN-189: ./ maven-plugin-tools-annotations/ maven-plugin-tools-annotations/src/ maven-plugin-tools-annotations/src/main/ maven-plugin-too

2012-04-30 Thread Hervé BOUTEMY
probably a good occasion to improve usability but I don't understand argument, even if I can't find any good proposition value? as opposed to default-value? any other idea around? Regards, Hervé Le lundi 30 avril 2012 09:31:27 Robert Scholte a écrit : Hi, expression has always caused a

[RESULT] [VOTE] Release Maven Changes Plugin version 2.7

2012-04-30 Thread Benson Margulies
Subject: Hi, The vote has passed with the following result : +1 (binding): hboutemy, bimargulies, olamy, ltheussl +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. - To unsubscribe, e-mail:

[ANN] maven-changes-plugin 2.7 released

2012-04-30 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7 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

[ANN] maven-changes--plugin 2.7

2012-04-30 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Changes Report Plugin, version 2.7 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

Don't update any parents to use maven-changes-plugin 2.7

2012-04-30 Thread Benson Margulies
I discovered MCHANGES-280 in the process of releasing 2.7, after I had already pushed to central (or at least towards). I'll look into the fix; clearly, we're short an integration test here somehow or another. - To unsubscribe,

[VOTE] release maven parent pom version 22

2012-04-30 Thread Benson Margulies
I've staged a release of org.apache.maven:maven-parent:22 to pick up a few new developer elements and other miscellaneous things. If anyone -1's because they wished I've warned them so they could add something, I'll unwind. Otherwise, this vote will be open for the usual 72 hours.

Re: [VOTE] release maven parent pom version 22

2012-04-30 Thread Dennis Lundberg
On 2012-04-30 22:56, Benson Margulies wrote: I've staged a release of org.apache.maven:maven-parent:22 to pick up a few new developer elements and other miscellaneous things. If anyone -1's because they wished I've warned them so they could add something, I'll unwind. I'd really like to

Re: [VOTE] release maven parent pom version 22

2012-04-30 Thread Benson Margulies
On Mon, Apr 30, 2012 at 5:03 PM, Dennis Lundberg denn...@apache.org wrote: On 2012-04-30 22:56, Benson Margulies wrote: I've staged a release of org.apache.maven:maven-parent:22 to pick up a few new developer elements and other miscellaneous things. If anyone -1's because they wished I've

Re: [VOTE] release maven parent pom version 22

2012-04-30 Thread Hervé BOUTEMY
sorry, I have a few points: - new m-compiler-p and m-site-p versions deserve a new parent pom release train, starting with ASF - you're defined twice in the pom :) - I tried to prepare a site for parent poms: [1], there is no specific documentation on the publishing while releasing, but I can

Re: [VOTE] release maven parent pom version 22

2012-04-30 Thread Benson Margulies
On Mon, Apr 30, 2012 at 5:09 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: sorry, I have a few points: - new m-compiler-p and m-site-p versions deserve a new parent pom release train, starting with ASF - you're defined twice in the pom :) - I tried to prepare a site for parent poms: [1],

Re: [VOTE] release maven parent pom version 22

2012-04-30 Thread Benson Margulies
oops, I mean 'changes claimed I wasn't in there'. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Apache Maven Compiler Plugin 2.4

2012-04-30 Thread Olivier Lamy
Here my +1 2012/4/27 Olivier Lamy ol...@apache.org: Hi, I'd like to release Apache Maven Compiler Plugin 2.4. We fixed: 13 issues (http://s.apache.org/MCOMPILER-2.4) Staging repository: https://repository.apache.org/content/repositories/maven-008/ Staging site:

[RESULT][VOTE] Apache Maven Compiler Plugin 2.4

2012-04-30 Thread Olivier Lamy
Hi, The vote has passed with the following result: +1 (binding): Hervé Boutemy, Kristian Rosenvold, Stephane Nicoll, Mark Struberg, Lukas Theussl, Emmanuel Venisse, Olivier Lamy +1 (non binding): Mark Derricutt, Karl Heinz Marbaise, Tony Chemit, I will continue the release process. Thanks! --

[RESULT] [VOTE] Release Maven Site Plugin version 3.1

2012-04-30 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Hervé Boutemy, Olivier Lamy, Robert Scholte, Dennis Lundberg +1 (non binding): Karl Heinz Marbaise, Lukas Theussl, Tony Chemit I will promote the artifacts to the central repo. Thanks to all voters! On 2012-04-27 23:48, Dennis