Looks it works with LATEST as the version. However, when I refershed my
local repo it's pulling down

1.5.0-SNAPSHOT

but then says that

[WARNING] The POM for
org.openscience.cdk:cdk-fingerprint:jar:1.5.0-SNAPSHOT is missing, no
dependency information available

Shouldn't it be retrieving 1.5.6-SNAPSHOT?




On Sat, Mar 8, 2014 at 3:59 PM, John May <john...@ebi.ac.uk> wrote:

> Okay,
>
> You need to add
>
> <releases>
> <enabled>false</enabled>
> </releases>
>
> to the snapshot repo. I'll add that to the README. This could be something
> I mess up last year by deploying a release to snapshots by mistakes (I used
> to have perl scripts to do it :-)).
>
> With that added, mvn dependency:analyze shows that is picks up the 1.5.5
> release. Failing that also make sure you're using Maven 3. I'm pretty sure
> the RELEASE also worked pre v 3. Also no harm in turning of snapshots from
> the release repo.
>
> <repository>
>             <id>ebi-repo</id>
>             <url>
> http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/
> </url>
>             <snapshots>
>                 <enabled>false</enabled>
>             </snapshots>
>         </repository>
>         <repository>
>             <id>ebi-repo-snapshots</id>
>             <url>
> http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo-snapshots/
> </url>
>             <releases>
>                 <enabled>false</enabled>
>             </releases>
>         </repository>
>
> J
>
>


-- 
Rajarshi Guha | http://blog.rguha.net
NIH Center for Advancing Translational Science
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to