You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by David Salib <ds...@cegep-ra.qc.ca> on 2003/04/09 15:26:06 UTC

Dependancy names (newbie question)

Hi,
I want to use obj in my project the current release is 1.0 rc2 as listed on
the web site but in the maven repository the only 1.0 version of ojb is <a
href "http://www.ibiblio.org/maven/ojb/jars/">ojb-1.0-dev-james-1.jar</a>
does that mean that I should state my dependancy as :
<dependancy>
    <id>obj</id>
    <version>dev-james</version>
    <url>http://db.apache.org/ojb/</url>
</dependancy>

If so how do I know what's in ojb-1.0-dev-james-1.jar?
How does this translate to other projects?
Shouldn't the current pom id and version correspond to the current file name
in the repository?

--
Cheers,
David Salib


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org