Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove jar from clojars?

Tags:

clojure

How to remove my jar from clojars? I don't want to mess up public group namespace. I want to move myproject/myproject to org.clojars.qertoip/myproject.

like image 732
qertoip Avatar asked Aug 22 '10 09:08

qertoip


3 Answers

Open a ticket in Clojars' issue tracker on github. If you need it done privately (perhaps for security reasons) email the server caretakers.

If you would like to discuss the policy or help implement an alternative mechanism see this github issue.

There are more details in the Clojars About wiki page

like image 158
Alex Osborne Avatar answered Oct 21 '22 12:10

Alex Osborne


I had the same trouble, when I asked on the irc channel ato told me that there is no option for removing jars cause someone may be already depending on them, what he told me was that he may remove it manually if i wanted to.

like image 28
Hamza Yerlikaya Avatar answered Oct 21 '22 10:10

Hamza Yerlikaya


I don't think there's a mechanism for doing this yourself. Consider asking Clojars admin Alex Osborne (ato on github) to do it for you.

like image 2
sanityinc Avatar answered Oct 21 '22 10:10

sanityinc