Hi Mike,

[EMAIL PROTECTED] wrote:
> 
> 1.  Attempts to download various Axis2 and Axiom SNAPSHOT jars occurred 
> repeatedly for each goal.  Sometimes it appeared that these SNAPSHOTS 
> downloaded but most of the time it appeared that they didn't.
> B.  It was not always the first attempt to download these SNAPSHOT jars 
> that was successful.

This is a known problem we have with maven 1.x version. If something is
SNAPSHOT then maven tries to check it whenever it sees a SNAPSHOT entry
in any of the modules.

What we normally do is, we run "maven clean jar -Dmaven.test.skip=true"
once to get all the dependencies at once, without running the tests.
Then we always run "maven clean jar -o" which will not bother to
download SNAPSHOTS.
We do not run without -o option, until we hit an unsatisfied dependency
problem.

> III.  Regardless of whether or not a successful download occurred, the 
> message "Response content length is not known" for each attempt.

Sorry I do not know anything about this.

- Chinthaka

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to