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 2021/09/05 16:19:35 UTC

svn commit: r1892948 - in /maven/website/content: guides/development/guide-testing-development-plugins.html guides/development/guide-testing-releases.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Sun Sep  5 16:19:34 2021
New Revision: 1892948

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/development/guide-testing-development-plugins.html
    maven/website/content/guides/development/guide-testing-releases.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/guides/development/guide-testing-development-plugins.html
==============================================================================
--- maven/website/content/guides/development/guide-testing-development-plugins.html (original)
+++ maven/website/content/guides/development/guide-testing-development-plugins.html Sun Sep  5 16:19:34 2021
@@ -189,7 +189,7 @@
 <p>The development version will stop being used if the <code>&lt;pluginRepository&gt;</code> element is removed from your POM and the version is set back to the release version. If you are using the command line or an unspecified version, you will also need to remove the version from the local repository.</p></section><section>
 <h3><a name="Using_Settings_without_Modifying_the_Project"></a>Using Settings without Modifying the Project</h3>
 <p>If you are using the goals from the command line on a number of projects, you should include this in your <code>settings.xml</code> file instead.</p>
-<p>You need to modify your <code>${user.home}/.m2/settings.xml</code> file to include two new profiles and then when you need access to the plugin snapshots use <code>-Papache</code>. The profile only needs to be enabled once so that the plugins can be downloaded into you local repository. Once in your local repository Maven can succesfully resolve the dependencies and the profile no longer needs to be activated.</p>
+<p>You need to modify your <code>${user.home}/.m2/settings.xml</code> file to include two new profiles and then when you need access to the plugin snapshots use <code>-Papache</code>. The profile only needs to be enabled once so that the plugins can be downloaded into you local repository. Once in your local repository Maven can successfully resolve the dependencies and the profile no longer needs to be activated.</p>
 <div class="source"><pre class="prettyprint linenums">&lt;settings&gt;
   ...
   &lt;profiles&gt;

Modified: maven/website/content/guides/development/guide-testing-releases.html
==============================================================================
--- maven/website/content/guides/development/guide-testing-releases.html (original)
+++ maven/website/content/guides/development/guide-testing-releases.html Sun Sep  5 16:19:34 2021
@@ -155,7 +155,7 @@
   &lt;pluginRepositories&gt;
     &lt;pluginRepository&gt;
       &lt;id&gt;staged-releases&lt;/id&gt;
-      &lt;url&gt;http://people.apache.org/~dfabulich/stage-repo&lt;/url&gt;
+      &lt;url&gt;https://repository.apache.org/content/groups/staging/&lt;/url&gt;
     &lt;/pluginRepository&gt;
   &lt;/pluginRepositories&gt;
   ...</pre></div>
@@ -202,7 +202,7 @@
       &lt;pluginRepositories&gt;
         &lt;pluginRepository&gt;
           &lt;id&gt;staged-releases&lt;/id&gt;
-          &lt;url&gt;http://people.apache.org/~dfabulich/stage-repo&lt;/url&gt;
+          &lt;url&gt;https://repository.apache.org/content/groups/staging/&lt;/url&gt;
         &lt;/pluginRepository&gt;
       &lt;/pluginRepositories&gt;
     &lt;/profile&gt;

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