>> Noone ever proposed using something different. > > Huh? > > Christian wrote: > >>>> Compress 1.0 has everything: >>>> http://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.0/ >>>> I like it, to be honest. Everything I need on one place. > > which I take to mean that he would like to be able to download src and > bin from there.
Well, I didn't want it as a replacement for a download-server. But I like javadocs and sources there. I just thought, it would not hurt - if I need to download something manually, I will usually go to the download-page of the project. But hey, if there are infra-limitations - ok. But i still think that the risk is low (without being in infra team) and the risk is higher to delete out something. This is why each project looks somehow different. >> Admitted, the technical possibility to download from the Maven mirrors >> exists. But that's not different from the technical possibility to use >> www.apache.org directly and circumventing the mirrors. > > Of course, but I still think it's a bad idea to upload files to the > Maven repos that are not supposed to be there. > [Yes, I know there are .asc.md5 files sometimes, but these are very > small, and no-one is likely to need them] I cannot speak for infra - you know more. If following your path I would: - wget the stuff to people - check the hashes - copy stuff to dist - remove commons-compress-1.1-bin.* and commons-compress-1.1-src.* from nexus - hit nexus release button Then the following artifacts are released: commons-compress-1.1-sources.jar* commons-compress-1.1-javadoc.jar* commons-compress-1.1.jar* commons-compress-1.1.pom* Is that correct? I have no problems with doing it like this but would like to find some consens on the commons project. Christian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org