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
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
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:
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
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
+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
+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
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
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
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
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
+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
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
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
+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
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
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
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
+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:
+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
20 matches
Mail list logo