I have project (CDKDescUI) that depends on the CDK and uses an ant build.
Since it only uses a few CDK modules, I figured it's time to mavenize it.
However after including the EBI repo and a CDK dependency, I get the
following error

[ERROR] Failed to execute goal on project cdkdescui: Could not resolve
dependencies for project net.rguha:cdkdescui:jar:1.4.0: Failed to collect
dependencies at org.openscience.cdk:cdk-fingerprint:jar:RELEASE: Failed to
read artifact descriptor for
org.openscience.cdk:cdk-fingerprint:jar:RELEASE: Failed to resolve version
for org.openscience.cdk:cdk-fingerprint:jar:RELEASE -> [Help 1]

The dependency I included in pom.xml is
 <dependency>
            <groupId>org.openscience.cdk</groupId>
            <artifactId>cdk-fingerprint</artifactId>
            <version>RELEASE</version>
        </dependency>

-- 
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to