You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alex Shneyderman <a....@gmail.com> on 2006/07/12 22:53:24 UTC

Is there a way to install pom locally

when I execute mvn install:install-file?

I install outside jars in my local repo but pom is not automatically
generated resulting in a round trip to the central repo.


-- 
Thanks,
Alex.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Is there a way to install pom locally

Posted by Alex Shneyderman <a....@gmail.com>.
that is great.
thanks

On 7/12/06, Wayne Fay <wa...@gmail.com> wrote:
> Add -generatePom=true to the install:install-file command... it will
> generate an "empty" pom for the project using very basic data about
> the artifact and install it alongside the artifact in your local repo.
>
> Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Is there a way to install pom locally

Posted by Wayne Fay <wa...@gmail.com>.
Add -generatePom=true to the install:install-file command... it will
generate an "empty" pom for the project using very basic data about
the artifact and install it alongside the artifact in your local repo.

Wayne

On 7/12/06, Alex Shneyderman <a....@gmail.com> wrote:
> when I execute mvn install:install-file?
>
> I install outside jars in my local repo but pom is not automatically
> generated resulting in a round trip to the central repo.
>
>
> --
> Thanks,
> Alex.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org