RDF/XML For Repository Information

2007-07-31 Thread Shane Isbell
I would like to see if there is any general interest from the Maven community in using RDF for storing and retrieving of repository information. I switched NMaven's resolver implementation to one using RDF and am happy with the results. This implementation allows: 1) easily extending meta-data, in

Solving the notification problem

2007-07-31 Thread Brett Porter
Hi, I would like to see us address the problems of mass-notification which tends to be a blight on Continuum when dealing with projects with lots of modules in 1.1. I think with this simple usability improvement, the perception of the quality of the overall system would be greatly improve

RE: Maven-eclipse-plugin artifacts cache broken

2007-07-31 Thread Brian E. Fox
Hi Denis, I was travelling but did receive your mails and will take a look. Thanks, Brian -Original Message- From: Cabasson Denis [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 10:53 AM To: Maven Developers List Subject: Maven-eclipse-plugin artifacts cache broken I think the a

RE: Severe assembly plugin problem

2007-07-31 Thread Brian E. Fox
>IMO, this is indicative of a need to allow a plugin to call back into >the core and resolve/retrieve the project's dependencies (and it's >not the only case; see any of the IDE plugins). I'm not sure that I'm >actually using a different resolver implementation, though...I don't >remember

Re: RE : [maven-eclipse-plugin] - How to send changes to developper team(or join developper team)?

2007-07-31 Thread Vincent Siveton
Hi Cyril, Better resource for the Maven community: http://maven.apache.org/guides/development/guide-helping.html We need diff files insteaf of plain java file. Thanks, Vincent 2007/7/31, Arnaud HERITIER <[EMAIL PROTECTED]>: > Forgot to say that to have a better support from us, we'll appreciat

Re: RE : [maven-eclipse-plugin] - How to send changes to developper team(or join developper team)?

2007-07-31 Thread Arnaud HERITIER
Forgot to say that to have a better support from us, we'll appreciate if you deliver a patch (http://www.apache.org/dev/contributors.html) with the code, some tests and if needed an update of the documentation. Cheers Arnaud On 01/08/07, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > To enter in a

Re: RE : [maven-eclipse-plugin] - How to send changes to developper team(or join developper team)?

2007-07-31 Thread Arnaud HERITIER
To enter in an Apache community you have to prove your merit in a middle or long term by help users, providing patchs, and more ... http://www.apache.org/foundation/how-it-works.html#meritocracy http://www.apache.org/foundation/faq.html#joining I'm not yet using eclipse 3.3 with WTP 2.0 to develop

RE : [maven-eclipse-plugin] - How to send changes to developper team(or join developper team)?

2007-07-31 Thread JOUI Cyril
Hello Arnaud, Thanks for your quick answer! I have put all information on JIRA. But is it possible to become a contributor (and what we have to do). A lot of people I know had and still have many problems for linking maven-eclipse-plugin and wtp directly. I have modify m2wtp eclipse plugin and m

Re: [maven-eclipse-plugin] - How to send changes to developper team(or join developper team)?

2007-07-31 Thread Arnaud HERITIER
You have to propose your changes/patchs in our issues tracker : http://jira.codehaus.org/browse/MECLIPSE Please, have a look at the existing issues to see if you are proposing a patch for an existing one. regards arnaud On 31/07/07, JOUI Cyril <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I a

[maven-eclipse-plugin] - How to send changes to developper team(or join developper team)?

2007-07-31 Thread JOUI Cyril
Hello everyone, I am currently working (locally) on maven-eclipse-plugin. In deed, I had a lot of problem with it (connection with WTP ...). I have made some work on it (patch and new features). How can I return my work to contribute on this project ? Thanks ! Cyril Joui --

Maven-eclipse-plugin artifacts cache broken

2007-07-31 Thread Cabasson Denis
I think the artifact caching mecanism in the maven-eclipse-plugin is broken, due to some code included in http://jira.codehaus.org/browse/MECLIPSE-292 The patch applied broke the caching mecanism (at least as far as I can see). Could some one have a look into this, confirm the problem I'm cirrent

Re: FW: Problems with Release plugin 2.0-beta-6

2007-07-31 Thread Gururaj M Upadhye
We are also experiencing first problem Reinhard mentioned. Copied here for convenience: We use Java 5 including features such as generics etc. In our super pom, the compile plugin is configured to use 1.5 source and target. However, using the Release plugin, these setting seem to be ignored, and w

Re: Plugin development: how to get the phase

2007-07-31 Thread John Petritis
Thanks, I will keep an eye out for John's build plan work (I assume it won't be available until some major release). If we were working under Linux I could probably tee the output then gawk it to find what project and phase it was working on and then used that to generate what I need. For now I h