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

svn commit: r1678043 - in /maven/site/trunk/content: apt/guides/getting-started/windows-prerequisites.apt markdown/code-quality-management.md markdown/eclipse-plugin.md

Author: khmarbaise
Date: Wed May  6 16:54:05 2015
New Revision: 1678043

URL: http://svn.apache.org/r1678043
Log:
Updated some parts of the documentation
Updated some links.

Modified:
    maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt
    maven/site/trunk/content/markdown/code-quality-management.md
    maven/site/trunk/content/markdown/eclipse-plugin.md

Modified: maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt?rev=1678043&r1=1678042&r2=1678043&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt (original)
+++ maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt Wed May  6 16:54:05 2015
@@ -55,12 +55,12 @@ java -version
 * Maven Unpacked
 
   You need to unpack the Maven distribution. Don't unpack it in the middle of your source code; pick some location
-  (with no spaces in the path!) and unpack it there. Let's assume that the path is <<<c:\mvn3.0.4>>>.
+  (with no spaces in the path!) and unpack it there. Let's assume that the path is <<<c:\apache-maven-3.0.5>>>.
 
 * Maven in PATH
 
   You run Maven by invoking a command-line tool: <<<mvn.bat>>> from the <<<bin>>> directory of the Maven. To do this conveniently,
-  <<<c:\mvn3.0.4\bin>>> must be in your PATH, just like the J2SE SDK commands. You can add directories to your PATH
+  <<<c:\apache-maven-3.0.5\bin>>> must be in your PATH, just like the J2SE SDK commands. You can add directories to your PATH
   in the control panel; the details vary by Windows version.
 
 * Firewalls and Anti-virus

Modified: maven/site/trunk/content/markdown/code-quality-management.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/code-quality-management.md?rev=1678043&r1=1678042&r2=1678043&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/code-quality-management.md (original)
+++ maven/site/trunk/content/markdown/code-quality-management.md Wed May  6 16:54:05 2015
@@ -1,7 +1,7 @@
 ## Code Quality Management
 
 Some existing Maven plugins use code analysis technologies (like
-Checkstyle, PMD, JDepend, ...) to generate various quality reports. This
+[Checkstyle][Checkstyle], [PMD][PMD], [JDepend][JDepend], ...) to generate various quality reports. This
 page lists technologies and platforms that know how to aggregate all
 this information to offer enhanced quality management functionalities.
 
@@ -10,11 +10,12 @@ this information to offer enhanced quali
 Following is an alphabetical list of those we've heard mentioned around
 the Maven community:
 
--   [Hudson](https://hudson.dev.java.net) - MIT license
--   [Maven Dashboard
-    plugin](http://mojo.codehaus.org/dashboard-maven-plugin/) - Apache
-    Software License 2.0
--   [Sonar](http://sonar.codehaus.org) - LGPL v3
--   [Squale](http://www.squale.org/) - LGPL v3
--   [XRadar](http://xradar.sourceforge.net) - BSD style license
+-   [Jenkins](https://jenkins-ci.org)
+-   [Hudson](https://hudson-ci.org)
+-   [SonarQube](http://www.sonarqube.org/)
+-   [Squale](http://www.squale.org/)
+-   [XRadar](http://xradar.sourceforge.net)
 
+[PMD]: http://maven.apache.org/plugns/maven-pmd-plugin/
+[Checkstyle]: http://maven.apache.org/plugns/maven-checkstyle-plugin/
+[JDepend]: http://mojohaus.org/jdepend-maven-plugin/

Modified: maven/site/trunk/content/markdown/eclipse-plugin.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/eclipse-plugin.md?rev=1678043&r1=1678042&r2=1678043&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/eclipse-plugin.md (original)
+++ maven/site/trunk/content/markdown/eclipse-plugin.md Wed May  6 16:54:05 2015
@@ -24,6 +24,6 @@ The [maven-eclipse-plugin][mep] can be r
 Eclipse is a trademark of The [Eclipse Foundation][eclipse]  
 
 [m2e]: http://www.eclipse.org/m2e/
-[eclipse]: {http://www.eclipse.org
+[eclipse]: http://www.eclipse.org
 [mep]: http://maven.apache.org/plugins/maven-eclipse-plugin/