On Sun, Jun 8, 2008 at 6:07 AM, Andrew Madu <[EMAIL PROTECTED]> wrote:
> I am having an issue downloading some artifacts. I have been to
> http://repo1.maven.org/maven2/ to see whether I could manually download them
> but cannot see them there. How can I resolve this issue?

The Oracle and BEA jars most likely have licenses that prevent them
from being freely distributed from the central repo.  You'll need to
download them from the companies directly and either install them into
your local repository, or into a internal/private remote repository
shared by your team.

Anything with an org.apache.* groupId depends on that project team to
make it available..  For example, ibatis-sqlmap 2.3.0 is present, but
not the 2.3.0.677 you're looking for:
http://repo1.maven.org/maven2/org/apache/ibatis/ibatis-sqlmap/2.3.0/

Likewise for the other open source projects, if the project isn't
there at all, or if the specific version you're looking for is
missing, you can contact the project team and/or submit it for upload
yourself.  (The latter is best done only if the project team isn't
interested.)

Some of the javax.* artifacts might be the older ones that have
licenses that don't allow redistribution.  Like the commercial jars,
you'll need to install those locally or into a private repo.  (I think
Apache Geronimo may have freely available versions of some of those.)

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to