If you run maven with the option -o, it will execute in offline mode, and
will not try to download any dependency from remote repositories.

On Wed, Apr 30, 2008 at 8:02 AM, youhaodeyi <[EMAIL PROTECTED]> wrote:

>
> Maven downloads all dependencies from remote repositories including their
> related jar and pom files. For some reason, not every jar has its pom
> file.
> In this case, Maven will try to download these pom files every time it is
> running. How can I let maven skip download these pom files or download
> only
> once?
> --
> View this message in context:
> http://www.nabble.com/How-to-skip-downloading-POM--tp16975499s177p16975499.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to