kinyerakenneth / lastfm-java

Automatically exported from code.google.com/p/lastfm-java
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Publish to Maven Central #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any chance of publish lastfm-java to Maven Central? It would be nice to be able 
to use lastfm-java quickly in any Maven project by just adding a dependency in 
its pom.xml.

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

Original issue reported on code.google.com by nils.bre...@gmail.com on 7 Nov 2010 at 10:00

GoogleCodeExporter commented 9 years ago
I'm sorry, this shouldn't be a 'defect', but a 'task' or 'enhancement' ticket, 
I guess.

Original comment by nils.bre...@gmail.com on 7 Nov 2010 at 10:02

GoogleCodeExporter commented 9 years ago
Yeah, I'll look into that, thanks.

Original comment by jannikov...@gmail.com on 8 Nov 2010 at 1:43

GoogleCodeExporter commented 9 years ago
One of the first things I check while evaluating the use of a library is 
whether it's available in a public Maven repo. I consider it a absolute must 
nowadays for any serious Java OSS lib.

I believe Maven Central stopped accepting requests? I propose to use 
http://nexus.sonatype.org/oss-repository-hosting.html instead which has a much 
simpler procedure anyway. Sonatype will then push to Maven Central on your 
behalf.

Original comment by marcel@frightanic.com on 27 Jun 2011 at 7:26

GoogleCodeExporter commented 9 years ago
Issue 25 has been merged into this issue.

Original comment by jannikov...@gmail.com on 5 Jul 2011 at 10:18

GoogleCodeExporter commented 9 years ago
+1, I had to drop this api, as I couldn't find it in any maven repo

Original comment by jambo...@gmail.com on 2 Dec 2011 at 6:56

GoogleCodeExporter commented 9 years ago
Given the current structure it'll be dead simple to Mavenize the project once 
the existing folders have been moved to the correct Maven structure. If it 
helps getting this fixed I could possibly provide a patch.

Original comment by marcel@frightanic.com on 2 Dec 2011 at 8:54

GoogleCodeExporter commented 9 years ago
Possibly, a painless Maven release setup would maybe also encourage shorter 
release cycles ;-)
The last release was over a year ago and numerous issues have been fixed since. 
Time for a new release? Christmas present for lastfm-java users? 

Original comment by marcel@frightanic.com on 21 Dec 2011 at 7:35

GoogleCodeExporter commented 9 years ago
`Time for a new release? Christmas present for lastfm-java users?`

Yes that is the plan :-)
"Mavenization" will be performed early next year

Original comment by jannikov...@gmail.com on 21 Dec 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Hey, this issue is very interesting. We used to host a local repository for 
this dependency, but we've had some issues with it.

You were planning to put this on an open maven repository, how is that coming 
along?

Original comment by Slettv...@gmail.com on 7 Mar 2012 at 5:07

GoogleCodeExporter commented 9 years ago
We are now in maven central as de.u-mass:lastfm-java starting with version 
0.1.2 !

Original comment by jannikov...@gmail.com on 19 Jul 2012 at 8:07