You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by youhaodeyi <yo...@gmail.com> on 2008/04/30 08:02:52 UTC

How to skip downloading POM?

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How to skip downloading POM?

Posted by knf <ka...@gmail.com>.
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 <yo...@gmail.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>