Re: Maven Plugin Tools - renaming "expression"

2012-05-23 Thread Hervé BOUTEMY
Hi Barrie, I was ignorant too and found reading javadoc for javax.inject fast and very useful [1] In summary, standard contains: - 3 concepts: @Inject, @Qualifier and @Scope - 2 basic use case: @Named as classical Qualifier and @Singleton as classical Scope I still didn't investigate Provider B

[VOTE] Release maven plugin testing 2.0

2012-05-23 Thread Igor Fedorenko
Hello, I'd like to release maven plugin testing 2.0. We solved four issues http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11740&version=15988 There are still a few issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=MPLUGINTESTING&status=1 Stagi

Re: JIRA spam

2012-05-23 Thread Arnaud Héritier
I removed all attachements, resetted the pwd and removed all groups. He can do nothing from now On Wed, May 23, 2012 at 7:47 PM, Anders Hammar wrote: > And he has attached strange jars to a bunch of jira tickets. Should > maybe be cleaned up as well. > > /Anders > > On Wed, May 23, 2012 at 7:43

Re: JIRA spam

2012-05-23 Thread Anders Hammar
And he has attached strange jars to a bunch of jira tickets. Should maybe be cleaned up as well. /Anders On Wed, May 23, 2012 at 7:43 PM, Mark Hobson wrote: > Hi, > > This guy looks like spam if anyone wants to delete him? > > https://jira.codehaus.org/secure/ViewProfile.jspa?name=hendy > > Chee

JIRA spam

2012-05-23 Thread Mark Hobson
Hi, This guy looks like spam if anyone wants to delete him? https://jira.codehaus.org/secure/ViewProfile.jspa?name=hendy Cheers, Mark - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

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

2012-05-23 Thread Mark Hobson
Good spot thanks, done. I wrongly assumed that the permissions would be correctly set since maven-release-plugin's were. Cheers, Mark On 23 May 2012 16:03, Olivier Lamy wrote: > Mark, > Can you fix file permissions for site part ? > > olamy@minotaur:~$ ls -lrt > /www/maven.apache.org/shared/m

[VOTE] Maven Clean Plugin 2.5

2012-05-23 Thread 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: http://maven.apache.org/plugins/maven-clean-plugin-2.5 (

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

2012-05-23 Thread Olivier Lamy
Mark, Can you fix file permissions for site part ? olamy@minotaur:~$ ls -lrt /www/maven.apache.org/shared/maven-runtime-1.0-alpha-3 total 0 ls: /www/maven.apache.org/shared/maven-runtime-1.0-alpha-3: Permission denied Will prevent olamy@minotaur:~$ curl -I http://maven.apache.org/shared/maven-run

Re: Maven clean plugin release

2012-05-23 Thread Olivier Lamy
ok solved. files with special french characters are now generated in it setup script (thanks Lukas for the idea) 2012/5/23 Olivier Lamy : > yup see > https://svn.apache.org/repos/asf/subversion/trunk/notes/unicode-composition-for-filenames > > 2012/5/23 Lukas Theussl : >> >> I see the same probl

Re: Maven clean plugin release

2012-05-23 Thread Olivier Lamy
yup see https://svn.apache.org/repos/asf/subversion/trunk/notes/unicode-composition-for-filenames 2012/5/23 Lukas Theussl : > > I see the same problem on osx with svn 1.7.4 but not on linux with svn > 1.6.17. Maybe an svn issue? > > -Lukas > > > > Olivier Lamy wrote: >> >> Hi, >> A user asked a r

Re: Maven clean plugin release

2012-05-23 Thread Lukas Theussl
I see the same problem on osx with svn 1.7.4 but not on linux with svn 1.6.17. Maybe an svn issue? -Lukas Olivier Lamy wrote: Hi, A user asked a release of maven clean plugin and I said: "yes I will take care!". But I have some issues with svn on osx and some filenames used for an it test.

Maven clean plugin release

2012-05-23 Thread Olivier Lamy
Hi, A user asked a release of maven clean plugin and I said: "yes I will take care!". But I have some issues with svn on osx and some filenames used for an it test. (yes I have issues with french characters :-) ) see https://gist.github.com/2732233 So if someone can take care of the release, I wil