On Fri, Jan 9, 2009 at 8:01 AM, thomas2004 <[email protected]> wrote:
> I downloaded zip file which contains many jars and I unzip this and deployed
> this locally. But I also deploy this to the repository of our company.

What commands did you use?

> 'local' is not intentional. But I think this should not the problem since by
> building maven will look for dependencies in the company repository. Right?

It will work as long as you deployed it using the same
groupId/artifactId/version in both places.  Since it builds locally,
but not on your CI server, you might want to double check that.

Can the CI server download other artifacts, and just not this one?
Make sure there's not a connectivity problem there.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to