You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Тертышный Владислав <sl...@yandex.ru> on 2020/02/05 11:25:16 UTC

Installing 3rd party JARs

Hi, I try to install jar file to a local repository with this guide. https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html

What is the "group-id" in a string "mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id>"?

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


Re: Installing 3rd party JARs

Posted by Anders Hammar <an...@hammar.net>.
It's one of the Maven coordinates [1] for the artifact.

[1] http://maven.apache.org/pom.html#Maven_Coordinates

/Anders

On Wed, Feb 5, 2020 at 10:43 PM Тертышный Владислав <sl...@yandex.ru> wrote:

> Hi, I try to install jar file to a local repository with this guide.
> https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
>
> What is the "group-id" in a string "mvn install:install-file
> -Dfile=<path-to-file> -DgroupId=<group-id>"?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>