Author: khmarbaise Date: Wed Jun 17 17:39:21 2015 New Revision: 1686081 URL: http://svn.apache.org/r1686081 Log: Cleaned up several references to codehaus where we have new correct links.
Modified: maven/site/trunk/content/apt/plugins/index.apt maven/site/trunk/content/apt/users/getting-help.apt maven/site/trunk/content/fml/general.fml maven/site/trunk/content/markdown/maven-jsr330.md maven/site/trunk/content/markdown/repository-management.md maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml Modified: maven/site/trunk/content/apt/plugins/index.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugins/index.apt?rev=1686081&r1=1686080&r2=1686081&view=diff ============================================================================== --- maven/site/trunk/content/apt/plugins/index.apt (original) +++ maven/site/trunk/content/apt/plugins/index.apt Wed Jun 17 17:39:21 2015 @@ -197,7 +197,8 @@ Available Plugins ** At codehaus.org <<<Due to the shutdown of codehaus.org {{{http://www.mojohaus.org/}all plugins are under transition}} - to the new location. This means that currently some of the links might be invalid.>>> + to the new location. This means that currently some of the links might be invalid. We are continiously + cleaning up the links.>>> There are also {{{http://www.mojohaus.org/plugins.html}many plug-ins}} available at the {{{https://github.com/mojohaus} MojoHaus}} project at GitHub. @@ -211,7 +212,7 @@ Available Plugins *---------------------------------------------------------------------------------+----------------------------------+ | {{{http://www.mojohaus.org/build-helper-maven-plugin/} <<<build-helper>>>}} | Attach extra artifacts and source folders to build. *---------------------------------------------------------------------------------+----------------------------------+ -| {{{http://mojo.codehaus.org/castor-maven-plugin/} <<<castor>>>}} | Generate sources from an XSD using Castor. +| {{{http://www.mojohaus.org/castor-maven-plugin/} <<<castor>>>}} | Generate sources from an XSD using Castor. *---------------------------------------------------------------------------------+----------------------------------+ | {{{http://www.mojohaus.org/clirr-maven-plugin/} <<<clirr>>>}} | Compare binaries or sources for compatibility using Clirr | *---------------------------------------------------------------------------------+----------------------------------+ @@ -219,7 +220,9 @@ Available Plugins *---------------------------------------------------------------------------------+----------------------------------+ | {{{http://www.mojohaus.org/jdepend-maven-plugin/} <<<jdepend>>>}} | Generate a report on code metrics using JDepend. *---------------------------------------------------------------------------------+----------------------------------+ -| {{{http://mojo.codehaus.org/maven-native/native-maven-plugin/} <<<native>>>}} | Compiles C and C++ code with native compilers. +| {{{http://maven-nar.github.io/} <<<nar-maven-plugin>>>}} | Compiles C, C++, Fortran for different architectures. +*---------------------------------------------------------------------------------+----------------------------------+ +| {{{http://www.mojohaus.org/maven-native/native-maven-plugin/} <<<native>>>}} | Compiles C and C++ code with native compilers. *---------------------------------------------------------------------------------+----------------------------------+ | {{{http://www.mojohaus.org/sql-maven-plugin/} <<<sql>>>}} | Executes SQL scripts from files or inline. *---------------------------------------------------------------------------------+----------------------------------+ Modified: maven/site/trunk/content/apt/users/getting-help.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/users/getting-help.apt?rev=1686081&r1=1686080&r2=1686081&view=diff ============================================================================== --- maven/site/trunk/content/apt/users/getting-help.apt (original) +++ maven/site/trunk/content/apt/users/getting-help.apt Wed Jun 17 17:39:21 2015 @@ -2,8 +2,10 @@ Getting Help ----- Dennis Lundberg + Karl Heinz Marbaise ----- 2007-07-24 + 2015-06-17 ----- ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -68,7 +70,7 @@ Getting Help First of all you need to create an account in JIRA. This is so that we can communicate with you while we work together on the issue. Go to the - {{{http://xircles.codehaus.org/signup}sign up form}} to create an + {{{https://issues.apache.org/jira/secure/Dashboard.jspa}sign up link}} to create an account if you don't already have one. **Where? Modified: maven/site/trunk/content/fml/general.fml URL: http://svn.apache.org/viewvc/maven/site/trunk/content/fml/general.fml?rev=1686081&r1=1686080&r2=1686081&view=diff ============================================================================== --- maven/site/trunk/content/fml/general.fml (original) +++ maven/site/trunk/content/fml/general.fml Wed Jun 17 17:39:21 2015 @@ -28,10 +28,9 @@ <answer> <p> This or a similar warning is emitted by a plugin that processes plain text files but has not been configured to - use a specific file encoding. So eliminating the warning is simply a matter of finding out what plugin emits it - and how to configure the file encoding for it. For plugins that follow our guideline for - <a href="http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding">source file encoding</a>, - this is as easy as adding the following property to your POM (or one of its parent POMs): + use a specific file encoding. So eliminating the warning is simply a matter of finding out which plugin emits it + and how to configure the file encoding for it. This is as easy as adding the following property to + your POM (or one of its parent POMs): </p> <source><![CDATA[<project> ... Modified: maven/site/trunk/content/markdown/maven-jsr330.md URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/maven-jsr330.md?rev=1686081&r1=1686080&r2=1686081&view=diff ============================================================================== --- maven/site/trunk/content/markdown/maven-jsr330.md (original) +++ maven/site/trunk/content/markdown/maven-jsr330.md Wed Jun 17 17:39:21 2015 @@ -337,8 +337,8 @@ If you want to look at this example proj [jsr330]: http://www.jcp.org/en/jsr/detail?id=330 [sisu]: http://eclipse.org/sisu/ [plexus]: http://plexus.codehaus.org/ -[plexus-container]: http://plexus.codehaus.org/plexus-containers/ +[plexus-container]: https://github.com/sonatype/plexus-containers [jsr330-plugin]: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-5382/ [guice]: http://code.google.com/p/google-guice/ [sisu-maven-plugin]: http://eclipse.org/sisu/docs/api/org.eclipse.sisu.mojos/ -[MNG-5343]: http://jira.codehaus.org/browse/MNG-5343 \ No newline at end of file +[MNG-5343]: http://issues.apache.org/jira/browse/MNG-5343 Modified: maven/site/trunk/content/markdown/repository-management.md URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/repository-management.md?rev=1686081&r1=1686080&r2=1686081&view=diff ============================================================================== --- maven/site/trunk/content/markdown/repository-management.md (original) +++ maven/site/trunk/content/markdown/repository-management.md Wed Jun 17 17:39:21 2015 @@ -99,7 +99,7 @@ developers. Artifactory exposes a robust using rich Ajax web UI and can be run out-of-the-box with a simple "unzip and launch". -### [Sonatype Nexus (previously Proximity)](http://nexus.sonatype.org) +### [Sonatype Nexus](http://nexus.sonatype.org) Sonatype Nexus is the repository manager used as the input channel for the [Central Repository](http://search.maven.org) running the Sonatype @@ -113,4 +113,4 @@ and performance with the open source ver demands of large enterprises with the pro edition. Find out more details on the [website](http://links.sonatype.com/products/nexus/pro/home) or by using the [trial -version](http://links.sonatype.com/products/nexus/pro/trial). \ No newline at end of file +version](http://links.sonatype.com/products/nexus/pro/trial). Modified: maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml?rev=1686081&r1=1686080&r2=1686081&view=diff ============================================================================== --- maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml (original) +++ maven/site/trunk/content/xdoc/developers/mojo-api-specification.xml Wed Jun 17 17:39:21 2015 @@ -851,11 +851,11 @@ under the License. information.</p> <ul> <li>QDox Project (Javadoc annotations) [ - <a href="http://qdox.codehaus.org">link</a> + <a href="https://github.com/paul-hammant/qdox">link</a> ] </li> <li>Plexus Project (Plexus container) [ - <a href="http://plexus.codehaus.org/plexus-containers/">link</a> + <a href="https://github.com/sonatype/plexus-containers/">link</a> ] </li> <li>Maven Plugin API [