Simone Gianni wrote: > I don't know if what I've done is a good work or not, I will commit it > in a single revision so that it's easy to roll back it in case I made > mistakes.
If you're unsure you can send me the patch and i'll have a look at it. Otherwise just commit and we'll deal with things afterwards :) > Things I find more annoying in maven are the following : > - If it fails a download, it simply abort the build, every network > application knows that a temporary problem on a network can happen, and > I think maven should try to redownload the file a couple of times (using > range download would be cool too) before simply giving up. It's so > simple to implement, and would solve so many problems, that I really > cannot understand why it's not there anymore. totally agree. > - There is no GUI support (if you know any please point them out) since > mavenide for eclipse is only for maven 1.0. > http://maven.apache.org/eclipse-plugin.html , never used it though. Jorg
