Hi guys, As you seen it, I'm working on maven 1.1 to allow us to publish it ASAP. I'm facing to more and more problems to create plugins compatibles with maven 1.0 and 1.1 : - We had a lot of problems with the xml parser. - Today I realized that the little tag I created on the plugin-plugin works only with maven 1.1 because the jelly-util API is different in 1.0 and doesn't support to replace a String in another one. I'm afraid to encounter more and more problems....
We lost a lot of time to create plugins compatibles with both maven releases (without talking about maven 2 !!) and it put back the release for maven 1.1 I would like to know your point of view about these problems. Must we focus on the release for maven 1.1 (and there's again a lot of work - I found a new blocking issue today with the mutliproject :-( ) or take the time to create plugins at most compatible with maven 1.0. WDYT ? Arnaud