You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/06/17 09:54:05 UTC

svn commit: r1799004 - in /maven/enforcer/trunk: enforcer-rules/src/site/apt/ maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-extensions/ maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-te...

Author: hboutemy
Date: Sat Jun 17 09:54:05 2017
New Revision: 1799004

URL: http://svn.apache.org/viewvc?rev=1799004&view=rev
Log:
removed links to closed codehaus.org

Modified:
    maven/enforcer/trunk/enforcer-rules/src/site/apt/versionRanges.apt
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-extensions/pom.xml
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml
    maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt
    maven/enforcer/trunk/src/site/site.xml

Modified: maven/enforcer/trunk/enforcer-rules/src/site/apt/versionRanges.apt
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-rules/src/site/apt/versionRanges.apt?rev=1799004&r1=1799003&r2=1799004&view=diff
==============================================================================
--- maven/enforcer/trunk/enforcer-rules/src/site/apt/versionRanges.apt (original)
+++ maven/enforcer/trunk/enforcer-rules/src/site/apt/versionRanges.apt Sat Jun 17 09:54:05 2017
@@ -25,7 +25,7 @@
 
 Version Range Specification   
 
-   The {{{./requireMavenVersion.html}RequireMavenVersion}} and {{{./requireJavaVersion.html}RequireJavaVersion}} rules use the {{{http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges}standard Maven version range syntax}} with one minor change for ease of use (denoted with *):
+   The {{{./requireMavenVersion.html}RequireMavenVersion}} and {{{./requireJavaVersion.html}RequireJavaVersion}} rules use the {{{https://cwiki.apache.org/confluence/display/MAVENOLD/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges}standard Maven version range syntax}} with one minor change for ease of use (denoted with *):
    
 
 *----------*--------------+

Modified: maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-extensions/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-extensions/pom.xml?rev=1799004&r1=1799003&r2=1799004&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-extensions/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-extensions/pom.xml Sat Jun 17 09:54:05 2017
@@ -51,7 +51,7 @@
         </executions>
       </plugin>
       <plugin>
-        <!-- For http://jira.codehaus.org/browse/MENFORCER-11 This plugin
+        <!-- For https://issues.apache.org/jira/browse/MENFORCER-11 This plugin
           attaches additional lifecycles "generate-sources" which were failed to be
           handled correctly. -->
         <groupId>org.codehaus.mojo</groupId>

Modified: maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml?rev=1799004&r1=1799003&r2=1799004&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/projects/require-plugin-versions-plugin-with-integration-test-lifecycle/pom.xml Sat Jun 17 09:54:05 2017
@@ -53,7 +53,7 @@
         </executions>
       </plugin>
       <plugin>
-        <!-- For http://jira.codehaus.org/browse/MENFORCER-11 This plugin
+        <!-- For https://issues.apache.org/jira/browse/MENFORCER-11 This plugin
           attaches additional lifecycles "integration-test" which were failed to be
           handled correctly. -->
         <groupId>org.eclipse.tycho</groupId>

Modified: maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt?rev=1799004&r1=1799003&r2=1799004&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/index.apt Sat Jun 17 09:54:05 2017
@@ -39,10 +39,7 @@ Maven Enforcer Plugin - The Loving Iron
 * Usage
 
   General instructions on how to use the Enforcer Plugin can be found on the {{{./usage.html}usage page}}.
-  Last but not least, users occasionally contribute
-  additional examples, tips or errata to the
-  {{{http://docs.codehaus.org/display/MAVENUSER/Enforcer+Plugin}plugin's wiki page}}.
-
+  
   In case you still have questions regarding the plugin's usage, please have a look at the {{{./faq.html}FAQ}} and feel
   free to contact the {{{./mail-lists.html}user mailing list}}. The posts to the mailing list are archived and could
   already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
@@ -54,4 +51,4 @@ Maven Enforcer Plugin - The Loving Iron
   entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
   Of course, patches are welcome, too. Contributors can check out the project from our
   {{{./source-repository.html}source repository}} and will find supplementary information in the
-  {{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
+  {{{/guides/development/guide-helping.html}guide to helping with Maven}}.

Modified: maven/enforcer/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/src/site/site.xml?rev=1799004&r1=1799003&r2=1799004&view=diff
==============================================================================
--- maven/enforcer/trunk/src/site/site.xml (original)
+++ maven/enforcer/trunk/src/site/site.xml Sat Jun 17 09:54:05 2017
@@ -18,21 +18,6 @@ specific language governing permissions
 under the License.
 -->
 <project>
-  <bannerLeft>
-    <src>http://maven.apache.org/images/apache-maven-project.png</src>
-    <href>http://www.apache.org/</href>
-  </bannerLeft>
-
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-black-on-white.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerRight>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.6</version>
-  </skin>
-
   <custom>
     <fluidoSkin>
       <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
@@ -45,14 +30,12 @@ under the License.
 
   <body>
     <breadcrumbs>
-      <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->
-      <item name="Maven" href="http://maven.apache.org/index.html" />
-      <item name="Enforcer" href="http://maven.apache.org/enforcer/index.html" />
+      <item name="Enforcer" href="https://maven.apache.org/enforcer/index.html" />
     </breadcrumbs>
 
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
+      <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>