Page 1 of 1

Maven can't find jar

PostPosted: Tue Sep 30, 2014 4:28 pm
by chriswood
Hi,

I was having some trouble with the ome maven repo, so I cloned the minimal-omero-client and tried
to build it with maven:

[WARNING] The POM for omero:blitz:jar:5.0.4-ice35-b41 is missing, no dependency information available
......
[ERROR] Failed to execute goal on project MyClient: Could not resolve dependencies for project com.example:MyClient:jar:5.0.11: Could not find artifact omero:blitz:jar:5.0.4-ice35-b41 in ome.maven (http://artifacts.openmicroscopy.org/artifactory/maven/) -> [Help 1]

--------------------

I looked in the repository under the blitz directory, and I couldn't find the exact version of the blitz jar.

Thanks
Chris

Re: Maven can't find jar

PostPosted: Tue Sep 30, 2014 9:54 pm
by jmoore
Hi Chris,

it looks like the build number was wrong for 5.0.4: b41 instead of b43. Sorry about that! Instead of trying to fix that retroactively, so to speak, I've just released pom 5.0.12 which points to the recent release 5.0.5-b47. Could you give that a try?

Cheers,
~Josh.

Re: Maven can't find jar

PostPosted: Wed Oct 01, 2014 1:50 pm
by chriswood
Hi Josh,

I changed the version of the parent to 5.12 and the minimal-omero-client built (mvn test) successfully.
(The pom.xml for the example on github will need to be updated)

Thanks
Chris

Re: Maven can't find jar

PostPosted: Fri Oct 03, 2014 9:05 am
by bpindelski
Hi Chris,

I've opened a PR (https://github.com/ome/minimal-omero-client/pull/3) that updates minimal-omero-client to use the most up-to-date stable versions. The Gradle and Maven builds should be in a better shape once the change is merged. Thanks for the feedback!

With kind regards,
Blazej

Re: Maven can't find jar

PostPosted: Mon Oct 06, 2014 7:23 am
by jmoore
Changes merged. Thanks for all the testing, Chris.
~Josh