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 2020/06/06 08:15:26 UTC

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

Author: svn-site-role
Date: Sat Jun  6 08:15:26 2020
New Revision: 1878535

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 Sat Jun  6 08:15:26 2020
@@ -145,9 +145,9 @@ Robert Scholte" />
         <main id="bodyColumn"  class="span10" >
 <section>
 <h2><a name="Guide_to_installing_3rd_party_JARs"></a>Guide to installing 3rd party JARs</h2>
-<p>Although rarely, but sometimes, you will have 3rd party JARs that you need to put in your local repository for use in your builds, since they don't exist in any public repository like <a class="externalLink" href="https://search.maven.org">Maven Central</a>. The JARs must be placed in the local repository in the correct place in order for it to be correctly picked up by Apache Maven.</p></section><section>
-<h2><a name="To_make_this_easier.2C_and_less_error_prone.2C_we_have_provided_an_install-file_goal_in_the_maven-install-plugin_which_should_make_this_relatively_painless."></a>To make this easier, and less error prone, we have provided an <b>install-file</b> goal in the <a href="/plugins/maven-install-plugin/">maven-install-plugin</a> which should make this relatively painless. </h2></section><section>
-<h2><a name="To_install_a_JAR_in_the_local_repository_use_the_following_command:"></a>To install a JAR in the local repository use the following command:</h2>
+<p>Although rarely, but sometimes, you will have 3rd party JARs that you need to put in your local repository for use in your builds, since they don't exist in any public repository like <a class="externalLink" href="https://search.maven.org">Maven Central</a>. The JARs must be placed in the local repository in the correct place in order for it to be correctly picked up by Apache Maven.</p>
+<p>To make this easier, and less error prone, we have provided an <b>install-file</b> goal in the <a href="/plugins/maven-install-plugin/">maven-install-plugin</a> which should make this relatively painless. </p>
+<p>To install a JAR in the local repository use the following command:</p>
 <div>
 <pre>mvn install:install-file -Dfile=&lt;path-to-file&gt; -DgroupId=&lt;group-id&gt; -DartifactId=&lt;artifact-id&gt; -Dversion=&lt;version&gt; -Dpackaging=&lt;packaging&gt;</pre></div>
 <p>If there's a pom-file as well, you can install it with the following command:</p>

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