Maven Plugins for Android

2012-05-22 Thread Shane Isbell
I'd like to see if any maven devs would be interested in testing out the Masa project for building android projects using maven. I've recently added support for android libraries and masa is building a fairly complicated Android project but I haven't had anyone pounding on other use cases to see wh

Re: Maven Plugin Tools - renaming "expression"

2012-05-22 Thread Barrie Treloar
On Wed, May 23, 2012 at 7:00 AM, Olivier Lamy wrote: [del] >>> I may have misunderstood what you said earlier, but I thought the runtime >>> operated off of plugin.xml still - and the plugin tools could parse any >>> annotation into that, so we were free to use the standard ones. In the >>> fut

Re: Maven Plugin Tools - renaming "expression"

2012-05-22 Thread Olivier Lamy
2012/5/22 Olivier Lamy : > 2012/5/22 Brett Porter : >> >> On 22/05/2012, at 7:42 PM, Olivier Lamy wrote: >> >>> 2012/5/22 Brett Porter : On 22/05/2012, at 6:37 AM, Hervé BOUTEMY wrote: > I understand the point > but I don't think reworking javadoc tags too much now is a good idea:

Re: Maven Plugin Tools - renaming "expression"

2012-05-22 Thread Olivier Lamy
2012/5/22 Brett Porter : > > On 22/05/2012, at 7:42 PM, Olivier Lamy wrote: > >> 2012/5/22 Brett Porter : >>> On 22/05/2012, at 6:37 AM, Hervé BOUTEMY wrote: >>> I understand the point but I don't think reworking javadoc tags too much now is a good idea: javadoc tags are not ea

Re: Maven Plugin Tools - renaming "expression"

2012-05-22 Thread Hervé BOUTEMY
I have another proposal: add an attribute to @Component this will let time to think at standard annotation, with annotations still near old javadoc tags, and fixing Brett's concerns about @Parameter(readonly) (ie a parameter that is not a parameter) then @Component would have 2 use case: Plexus

Re: [VOTE] Release Maven Runtime version 1.0-alpha-3

2012-05-22 Thread Olivier Lamy
+1 2012/5/22 Mark Hobson : > Hi, > > This release adds Maven3 support. > > We solved 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&version=15963 > > There are no issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3

Re: [VOTE] Release Maven Release Plugin version 2.3.1

2012-05-22 Thread Olivier Lamy
+1 2012/5/22 Mark Hobson : > Hi, > > We solved 3 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=Html&version=18526 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11144&status=1 > > Stag

Re: [VOTE] Release Maven Release Plugin version 2.3.1

2012-05-22 Thread Tony Chemit
On Tue, 22 May 2012 10:38:20 +0100 Mark Hobson wrote: +1 (non-binding) Thanks, Tony. > Hi, > > We solved 3 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=Html&version=18526 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/s

HAUS-2232: No more issues sent to iss...@maven.apache.org

2012-05-22 Thread Robert Scholte
FYI, just created this issue. Robert [1] https://jira.codehaus.org/browse/HAUS-2232 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Maven Plugin Tools - renaming "expression"

2012-05-22 Thread Robert Scholte
Op Tue, 22 May 2012 20:32:46 +0200 schreef Brett Porter : On 22/05/2012, at 7:42 PM, Olivier Lamy wrote: 2012/5/22 Brett Porter : On 22/05/2012, at 6:37 AM, Hervé BOUTEMY wrote: I understand the point but I don't think reworking javadoc tags too much now is a good idea: javadoc tags are

Re: Maven Plugin Tools - renaming "expression"

2012-05-22 Thread Brett Porter
On 22/05/2012, at 7:42 PM, Olivier Lamy wrote: > 2012/5/22 Brett Porter : >> On 22/05/2012, at 6:37 AM, Hervé BOUTEMY wrote: >> >>> I understand the point >>> but I don't think reworking javadoc tags too much now is a good idea: >>> javadoc >>> tags are not easy to check when using them >>> ins

Re: [VOTE] Release Maven Release Plugin version 2.3.1

2012-05-22 Thread Robert Scholte
+1 -Robert ps. Mark, thanks for picking this up for me. Op Tue, 22 May 2012 11:38:20 +0200 schreef Mark Hobson : Hi, We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=Html&version=18526 There are still a couple of issues left in JIRA: http://jira

Re: Shade and the dependency-reduced-pom

2012-05-22 Thread Benson Margulies
On Tue, May 22, 2012 at 1:33 AM, Brett Porter wrote: > > On 22/05/2012, at 1:35 PM, Benson Margulies wrote: > >> On Mon, May 21, 2012 at 10:58 PM, Brett Porter wrote: >>> >>> On 22/05/2012, at 12:22 PM, Benson Margulies wrote: >>> Brett, I wrote the code today. >>> >>> I saw that... but didn

[VOTE] Release Maven Runtime version 1.0-alpha-3

2012-05-22 Thread Mark Hobson
Hi, This release adds Maven3 support. We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&version=15963 There are no issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+MSHARED+AND+component+%3D+maven-runtime+A

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

2012-05-22 Thread Stephen Connolly
+1 (binding) On 21 May 2012 14:51, Olivier Lamy wrote: > Hi, > I'd like to release Apache Maven Invoker plugin 1.6. > We fixed 16 issues ( release notes: http://s.apache.org/MINVOKER-1.6 ) > Staging repository: > https://repository.apache.org/content/repositories/maven-104/ > > Staging site: http

Re: Maven Plugins annotations support @Component role attribute to Class

2012-05-22 Thread Mark Struberg
JSR-330 knows the @Qualifier meta annotation. (@Named is a @Qualifier itself) Thus it would be perfectly possible to create a @Role Qualifier: @Qualifier public @interface @Role {   value();   hint() default ""; } Note: the role is usually the Interface, thus we do not need it in most cases as

Re: Maven Plugin Tools - renaming "expression"

2012-05-22 Thread Olivier Lamy
2012/5/22 Brett Porter : > On 22/05/2012, at 6:37 AM, Hervé BOUTEMY wrote: > >> I understand the point >> but I don't think reworking javadoc tags too much now is a good idea: javadoc >> tags are not easy to check when using them >> instead, it is important to carefully choose java 5 annotations, w

[VOTE] Release Maven Release Plugin version 2.3.1

2012-05-22 Thread Mark Hobson
Hi, We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=Html&version=18526 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11144&status=1 Staging repo: https://repository.apache.org/con

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

2012-05-22 Thread Mark Struberg
+1 LieGrue, strub - Original Message - > From: Anders Hammar > To: Maven Developers List > Cc: > Sent: Tuesday, May 22, 2012 11:22 AM > Subject: Re: [VOTE] Apache Maven Invoker Plugin 1.6 (take 3) > > +1 (non-binding) > > Thanks Olivier! > > /Anders > > On Mon, May 21, 2012 at 4:

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

2012-05-22 Thread Anders Hammar
+1 (non-binding) Thanks Olivier! /Anders On Mon, May 21, 2012 at 4:16 PM, LeClaire Garvin wrote: > +1 non-binding > > > Regards, > > Garvin LeClaire > garvin.lecla...@gmail.com > > > > On May 21, 2012, at 9:51 AM, Olivier Lamy wrote: > > Hi, > I'd like to release Apache Maven Invoker plugin 1.6