+1 (binding)
Igor, can you please add your key to this file?
https://svn.apache.org/repos/asf/maven/project/KEYS
Cheers,
Brett
On 24/05/2012, at 12:07 PM, Igor Fedorenko wrote:
> Hello,
>
> I'd like to release maven plugin testing 2.0.
>
> We solved four issues
> http://jira.codehaus.org/sec
It needs 3 PMC members to +1.
On 27/05/2012, at 12:20 PM, Igor Fedorenko wrote:
> Probably a dumb question, but does a release vote need 3 binding +1s to
> pass or non-binding +1s count too? Maven release procedure [1] says "at
> least three +1 votes" and gives the list of Maven pmc members, so I
Probably a dumb question, but does a release vote need 3 binding +1s to
pass or non-binding +1s count too? Maven release procedure [1] says "at
least three +1 votes" and gives the list of Maven pmc members, so I am
confused.
[1]
http://maven.apache.org/developers/release/maven-project-release-pr
The Apache Maven team is pleased to announce the release of the Maven
Clean Plugin, version 2.5
The Clean Plugin is used when you want to remove files generated at
build-time in a project's directory.
http://maven.apache.org/plugins/maven-clean-plugin/
You should specify the version in your proj
Velocity has a nasty reputation for problems on the classpath. I've
fought with it on CXF.
However, if I'm right, the immediate problem is trivial to fix.
In SimpleRelocator, I added this || clause to 'canRelocatePath'. If no
one pipes up with a reason why this would cause a disaster, I'm going
t
> That log message, however, is nuts. Searching in classpath and then
> logging that file path? I'd file that as a bug in Velocity.
It is definitely an bad code pattern -- should be either
class-relative resource or searched via
classloader, not class + '/' prefix). I see this from time to time
th
On Sat, May 26, 2012 at 1:31 PM, Dawid Weiss wrote:
> Ideally, this should be configurable via plugins because there is
> simply no way to predict what people may come up with?
As far as I can see, a very simple change to shade allows a/b/c to
match /a/b/c, and I have yet to think of a problem wi
Ideally, this should be configurable via plugins because there is
simply no way to predict what people may come up with?
The relevant fragment from velocity is not even consistent -- look:
inputStream =
getClass().getResourceAsStream("/org/apache/velocity/runtime/defaults/velocity.properties");
The problem here is that we need to relocate /a/b/c to /q/r/s.
However, since relocations are stated in terms of a.b.c form and not
path form, there's no syntax that maps.
Unless, of course, a pattern of a.b.c -> q.r.s should just work for
getClass().getResource("/a/b/c");
It seems reasonable to
+1 for this plan
2012/5/26 Hervé BOUTEMY :
> I'd like to release actual code with @Component ASAP, since this annotation is
> useful at least for transition
>
> then we'll work on @Inject in parrallel with users feedback about the first
> annotation release, deprecating @Component.
> We should be
The vote has passed with the following result:
+1 (binding): Emmanuel Venisse, Hervé Boutemy, Olivier Lamy
+1 (non binding): Tony Chemit, Lukas Theussl
I will continue the release process.
--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy
Here my +1
2012/5/23 Olivier Lamy :
> Hi,
> I'd like to release Maven Clean Plugin 2.5
>
> We fixed 3 issues:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11128&version=16456
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-122
> Staging site: ht
I'd like to release actual code with @Component ASAP, since this annotation is
useful at least for transition
then we'll work on @Inject in parrallel with users feedback about the first
annotation release, deprecating @Component.
We should be able to get a 3.1 release in a few months that will b
from what I see, this consists in:
- renaming @Component to @Role
- detect @Inject instead of @Component in descriptor extractor
- hardcode special Maven objects to "magically" generate ${project} expression
and other Maven objects that can be recognized by their sole type
for Lists and Maps, I d
On Fri, May 25, 2012 at 11:56 PM, Olivier Lamy wrote:
> Each Apache TLP project send a report to the ASF Board. This report is
> reviewed by the board and included in the minutes of the board
> meeting.
> See https://whimsy.apache.org/board/minutes/
And while any committer can serve as an RM, onl
On 25/05/2012, at 7:42 PM, Olivier Lamy wrote:
> Hi,
> I wanted to release plugin tools with annotations with version 3.0.
>
> Any objections ?
Should we finish deciding on what role @Inject has in it first?
Looking forward to having it released, though :)
Cheers,
Brett
--
Brett Porter
br...
On 25/05/2012, at 5:23 PM, Brett Porter wrote:
>> But anything more specific that these needs extension: we're in that case
>>
>> Please have a look at [2], with proposed Improvements and comment
>
> Agree - but I'd still like to avoid typing both in the 90% of cases where the
> plugin tools c
17 matches
Mail list logo