0 votes
in Maven - Coalescing Pipeline by
What command should one use to install JAR files in the Local Repository?

1 Answer

0 votes
by

  • JAR files are installed in the local repository using mvn install.
  • The following plugin is used to manually install the JAR into the local Maven repository: install-file-Dfile = <file path>

Related questions

0 votes
asked Apr 7, 2021 in Maven - Coalescing Pipeline by SakshiSharma
0 votes
asked Apr 6, 2021 in Maven - Coalescing Pipeline by SakshiSharma
...