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

svn commit: r1870275 - in /maven/website/content: guides/mini/guide-3rd-party-jars-local.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Sun Nov 24 09:58:02 2019
New Revision: 1870275

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/mini/guide-3rd-party-jars-local.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/guides/mini/guide-3rd-party-jars-local.html
==============================================================================
--- maven/website/content/guides/mini/guide-3rd-party-jars-local.html (original)
+++ maven/website/content/guides/mini/guide-3rd-party-jars-local.html Sun Nov 24 09:58:02 2019
@@ -157,7 +157,7 @@ mvn install:install-file -Dfile=<path
 </pre></div>
 <p>With version 2.5 of the maven-install-plugin it gets even better. If the JAR was built by Apache Maven, it'll contain a pom.xml in a subfolder of the META-INF directory, which will be read by default. In that case, all you need to do is:</p>
 <div class="source"><pre class="prettyprint linenums">
-mvn install:install-file -Dfile=&lt;path-to-file&gt;
+mvn org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file -Dfile=&lt;path-to-file&gt;
 </pre></div></section>
         </main>
       </div>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.