nikgoodley-ibboost / funcito

Automatically exported from code.google.com/p/funcito
0 stars 0 forks source link

Maven Central repository #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Top issues for me -- when you begin releasing jar files, please provide
some kind of maven support for them. Ideal would be to include the
binary/source/javadoc triplet jars in the maven central repository.

Original issue reported on code.google.com by b.michae...@gmail.com on 25 Feb 2012 at 2:28

GoogleCodeExporter commented 9 years ago
Good call.  I'll take a look at getting something done.

Original comment by kandpwel...@gmail.com on 27 Feb 2012 at 4:20

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 12 Mar 2012 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by kandpwel...@gmail.com on 12 Mar 2012 at 2:29

GoogleCodeExporter commented 9 years ago
is currently in Sonatype Releases.  SInce this is the first release, I have to 
wait for it to be looked over before it will be promoted to Central

Original comment by kandpwel...@gmail.com on 21 Mar 2012 at 5:32

GoogleCodeExporter commented 9 years ago
It is done.  I have not yet announced or promoted 1.0.1 to web site yet, but 
you can get to it if you want:

https://oss.sonatype.org/index.html#nexus-search;quick~funcito

A minor issue with the POM that Gradle generated: even though literally all of 
my dependencies are technically "optional" (choose your FP-lib and choose your 
proxy-provider), the POM does not have them marked as optional.  So your Maven 
build will pull all of those down.  This also includes the Objensis jar(which 
is "JarJar"d into the Funcito jar, so you should *never* have Objenesis). But 
you only need to deploy the libs you use.

Sorry for the inconvenience.  I will include the above in the docs when I get 
around to making them.  And I will try to find a way to fix the dependencies in 
a future release.

I may get the announcement out later today, but it will probably be sometime 
next week as I am a bit busy.

Original comment by kandpwel...@gmail.com on 22 Mar 2012 at 5:04

GoogleCodeExporter commented 9 years ago
Great work, thanks.

Original comment by b.michae...@gmail.com on 3 Apr 2012 at 7:42

GoogleCodeExporter commented 9 years ago
You're welcome, and Thank you.  Also of note: In release 1.0.2 I got the Gradle 
build fixed so the generated POM lists *all* dependencies as optional, fixing 
the issue in 1.0.1 noted in Comment 5 above.

Original comment by kandpwel...@gmail.com on 3 Apr 2012 at 3:18