Re: Julia Antonova/Tumlare is out of office.

2010-06-16 Thread Paul Benedict
LOL On Wed, Jun 16, 2010 at 12:31 PM, Justin Edelson wrote: > Good GSoC project for next year - a process which watches for these > emails and automatically updates the wiki. No reason this can't be > automated. > > On 6/16/10 12:26 PM, Tamás Cservenák wrote: >> Update the wiki/FAQ please! >> >>

Re: Julia Antonova/Tumlare is out of office.

2010-06-16 Thread Justin Edelson
Good GSoC project for next year - a process which watches for these emails and automatically updates the wiki. No reason this can't be automated. On 6/16/10 12:26 PM, Tamás Cservenák wrote: > Update the wiki/FAQ please! > > > Thanks, > ~t~ > > On Sat, Jun 12, 2010 at 8:18 PM, Wayne Fay wrote:

Re: Julia Antonova/Tumlare is out of office.

2010-06-16 Thread Tamás Cservenák
Update the wiki/FAQ please! Thanks, ~t~ On Sat, Jun 12, 2010 at 8:18 PM, Wayne Fay wrote: > Wahoo Julia going on break is like the summer solstice. ;-) > wf > > On Sat, Jun 12, 2010 at 9:36 AM, Paul Benedict > wrote: > > If anyone should be allowed to send an OOO reminder, it's defini

Re: Double emails from maven dev list

2010-06-16 Thread Paul Benedict
It's also possible to be subscribed "twice" by registering with one email address, and your other registered email address simply forwards to the first. I am not saying this is your case, but it is a possible case. On Wed, Jun 16, 2010 at 10:15 AM, Wendy Smoak wrote: > On Wed, Jun 16, 2010 at 5:2

Re: Double emails from maven dev list

2010-06-16 Thread Wendy Smoak
On Wed, Jun 16, 2010 at 5:28 AM, Ludwig Magnusson wrote: > I'm receiving double copies of each email on the maven developers list. > Is there anyone experiencing the same problem or is there someone I can > contact about this? I checked with the infra team about it. Write to infrastructure -at-

Re: pom.xml property issue.

2010-06-16 Thread Minhaj
Thanks Anders, actually i wanted to access the version information of module into parent POM, but now I've put the version info for modules into Parent POM and accessing version info into module from parent POM. Thanks again for your reply. -Minhaj On Wed, Jun 16, 2010 at 2:54 PM, Anders Hammar

Re: pom.xml property issue.

2010-06-16 Thread Anders Hammar
You can't. You should move the property to the parent project instead. /Anders On Wed, Jun 16, 2010 at 10:30, Minhaj wrote: > Hi, > > Can anyone tell me how to access the property of module's pom.xml into > parent project pom.xml ?? Regards - > > > -Minhaj >

Re: Proposal: Maven launchers in the POM

2010-06-16 Thread Jochen Wiedmann
Yes, Milos, I can do mostly the same by creating a so-called launcher with M2Eclipse. But that's not the point. It's a solution, which is specific to the respective plugin. So would be my shell or whatever script. My point is, that the requirement is there, for all of us, and so it would make sense

Double emails from maven dev list

2010-06-16 Thread Ludwig Magnusson
Hi! I'm receiving double copies of each email on the maven developers list. Is there anyone experiencing the same problem or is there someone I can contact about this? /Ludwig

pom.xml property issue.

2010-06-16 Thread Minhaj
Hi, Can anyone tell me how to access the property of module's pom.xml into parent project pom.xml ?? Regards - -Minhaj

Re: Runing TCK tests in Maven SCM

2010-06-16 Thread Deng Ching
Ahh, I didn't see the profiles :) Thanks Olivier!! On Wed, Jun 16, 2010 at 4:31 PM, Olivier Lamy wrote: > Hi, > > You can use -Ptck-svn ou -Ptck-cvs ou -Ptck-git . > > > > 2010/6/16 Deng Ching : > > Hi All, > > > > I'm currently working on SCM-558 (Add support for 'mkdir' command) and I > was >

Re: Runing TCK tests in Maven SCM

2010-06-16 Thread Olivier Lamy
Hi, You can use -Ptck-svn ou -Ptck-cvs ou -Ptck-git . 2010/6/16 Deng Ching : > Hi All, > > I'm currently working on SCM-558 (Add support for 'mkdir' command) and I was > wondering how to run the TCK tests in Maven SCM? When I built the project > with clean install, there weren't any SCM provide

Re: Proposal: Maven launchers in the POM

2010-06-16 Thread Milos Kleint
you can already do this with netbeans afaik. 1. add the configuration of plugins in a profile 2. in nb ui, create a custom action in project properties/Actions customizer. 3. name the action, enable the given profile and execute the goals 4. done, run the action from project popup. (if you want it

Runing TCK tests in Maven SCM

2010-06-16 Thread Deng Ching
Hi All, I'm currently working on SCM-558 (Add support for 'mkdir' command) and I was wondering how to run the TCK tests in Maven SCM? When I built the project with clean install, there weren't any SCM provider TCK tests executed. I also checked maven-scm-test and saw that there are a couple of TCK

Proposal: Maven launchers in the POM

2010-06-16 Thread Jochen Wiedmann
Hi, I have already posted the same suggestion on the M2Eclipse mailing list, with very limited response, so'd like to try it once more, and with a wider audience. In the times when I was using "make", or "ant", there have always been some standard targets like "all", "install", "clean" and so on.