Re: a cleaned up central repository? (was: Maven Central Repository - Cleanup Efforts)

2009-09-25 Thread Anders Kristian Andersen
This could be combined with options / tools in archiva could help too. best regards Anders Kristian Andersen On 25/09/2009, at 06.11, Brian Fox wrote: This has already been done once in history, between M1 and M2 and look how we still have that mess to deal with all the time. Doing this again

Re: How is packaging related to an artifacts file type?

2009-03-20 Thread Anders Kristian Andersen
= type; } return extension; } So hereby the extension is normal == type and sametime package defaults to type. This means that normal extension== type == package /Anders On 20/03/2009, at 12.36, Anders Kristian Andersen wrote: Hi There packaging jar makes a .jar

How is packaging related to an artifacts file type?

2009-03-20 Thread Anders Kristian Andersen
Hi There packaging jar makes a .jar file, war a .war file, ear a .ear file, etc. So it would be simple to day that the file extension == packaging But that is not the case for maven-plugin it still produces a .jar file I want to make a packaging=citem that produces a .tar.gz Until now

Re: [vote] Maven 2.1.0

2009-03-19 Thread Anders Kristian Andersen
+1 I have build my current applications with it with success. /Anders On 19/03/2009, at 01.12, John Casey wrote: Hi everyone, It looks like Maven 2.1.0 is ready to release. You can try the binaries here: http://tinyurl.com/maven-2-1-0-vote (https://repository.apache.org/content/repositories/

Re: [PLEASE TEST] Maven 2.1.0-RC3

2009-03-18 Thread Anders Kristian Andersen
I have tested 2.1.0-RC3 on a larger project that I have build over the last 6 month using 2.0.9 All features seems to run. I find it fast It seems to warn me better etc. So I find it positive /Anders Attached: 1) version 2) some repository blacklistings, they are not all new $ mvn -versi

using JDK 1.5 generics in contributions ?

2009-03-17 Thread Anders Kristian Andersen
Hi Developers I would like to add some features to org.codehaus.plexus.util.FileUtils Can I write them using Generics ? /Anders - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h