You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/11/24 09:57:23 UTC

[maven-site] branch master updated: MNGSITE-320 use full GAV in example

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 32fd26c  MNGSITE-320 use full GAV in example
32fd26c is described below

commit 32fd26c512f46b12d849877c0f8ec5357dac77ea
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Nov 24 10:57:08 2019 +0100

    MNGSITE-320 use full GAV in example
---
 content/apt/guides/mini/guide-3rd-party-jars-local.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/mini/guide-3rd-party-jars-local.apt b/content/apt/guides/mini/guide-3rd-party-jars-local.apt
index ae45394..c575512 100644
--- a/content/apt/guides/mini/guide-3rd-party-jars-local.apt
+++ b/content/apt/guides/mini/guide-3rd-party-jars-local.apt
@@ -56,7 +56,7 @@ mvn install:install-file -Dfile=<path-to-file> -DpomFile=<path-to-pomfile>
 
 +----+
 
-mvn install:install-file -Dfile=<path-to-file>
+mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=<path-to-file>
 
 +----+