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 bu...@apache.org on 2015/05/06 18:54:37 UTC

svn commit: r950311 - in /websites/staging/maven/trunk/content: ./ code-quality-management.html eclipse-plugin.html guides/getting-started/windows-prerequisites.html maven-site-1.0-site.jar

Author: buildbot
Date: Wed May  6 16:54:37 2015
New Revision: 950311

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/code-quality-management.html
    websites/staging/maven/trunk/content/eclipse-plugin.html
    websites/staging/maven/trunk/content/guides/getting-started/windows-prerequisites.html
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May  6 16:54:37 2015
@@ -1 +1 @@
-1677936
+1678043

Modified: websites/staging/maven/trunk/content/code-quality-management.html
==============================================================================
--- websites/staging/maven/trunk/content/code-quality-management.html (original)
+++ websites/staging/maven/trunk/content/code-quality-management.html Wed May  6 16:54:37 2015
@@ -247,22 +247,22 @@
       <div id="contentBox">
         <div class="section">
 <h2><a name="Code_Quality_Management"></a>Code Quality Management</h2>
-<p>Some existing Maven plugins use code analysis technologies (like Checkstyle, PMD, JDepend, &#x2026;) 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.</p>
+<p>Some existing Maven plugins use code analysis technologies (like <a class="externalLink" href="http://maven.apache.org/plugns/maven-checkstyle-plugin/">Checkstyle</a>, <a class="externalLink" href="http://maven.apache.org/plugns/maven-pmd-plugin/">PMD</a>, <a class="externalLink" href="http://mojohaus.org/jdepend-maven-plugin/">JDepend</a>, &#x2026;) 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.</p>
 <div class="section">
 <h3><a name="Quality_management_technologies_and_platforms"></a>Quality management technologies and platforms</h3>
 <p>Following is an alphabetical list of those we&#x2019;ve heard mentioned around the Maven community:</p>
 
 <ul>
   
-<li><a class="externalLink" href="https://hudson.dev.java.net">Hudson</a> - MIT license</li>
+<li><a class="externalLink" href="https://jenkins-ci.org">Jenkins</a></li>
   
-<li><a class="externalLink" href="http://mojo.codehaus.org/dashboard-maven-plugin/">Maven Dashboard plugin</a> - Apache Software License 2.0</li>
+<li><a class="externalLink" href="https://hudson-ci.org">Hudson</a></li>
   
-<li><a class="externalLink" href="http://sonar.codehaus.org">Sonar</a> - LGPL v3</li>
+<li><a class="externalLink" href="http://www.sonarqube.org/">SonarQube</a></li>
   
-<li><a class="externalLink" href="http://www.squale.org/">Squale</a> - LGPL v3</li>
+<li><a class="externalLink" href="http://www.squale.org/">Squale</a></li>
   
-<li><a class="externalLink" href="http://xradar.sourceforge.net">XRadar</a> - BSD style license</li>
+<li><a class="externalLink" href="http://xradar.sourceforge.net">XRadar</a></li>
 </ul></div></div>
       </div>
     </div>

Modified: websites/staging/maven/trunk/content/eclipse-plugin.html
==============================================================================
--- websites/staging/maven/trunk/content/eclipse-plugin.html (original)
+++ websites/staging/maven/trunk/content/eclipse-plugin.html Wed May  6 16:54:37 2015
@@ -273,7 +273,7 @@
 <div class="section">
 <h2><a name="Maven_Eclipse_Plugin_m-e-p"></a>Maven Eclipse Plugin (m-e-p)</h2>
 <p>The <a class="externalLink" href="http://maven.apache.org/plugins/maven-eclipse-plugin/">maven-eclipse-plugin</a> can be run from the command line to produce a static Eclipse configuration. If you make changes to your Maven POMs then you need to generate your Eclipse project files again. Note that M2E and m-e-p are not compatible, and the M2E team specifically looks like m-e-p generated files and will disable M2E support for those projects.</p>
-<p>Eclipse is a trademark of The <a class="externalLink" href="{http://www.eclipse.org">Eclipse Foundation</a> </p></div>
+<p>Eclipse is a trademark of The <a class="externalLink" href="http://www.eclipse.org">Eclipse Foundation</a> </p></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/staging/maven/trunk/content/guides/getting-started/windows-prerequisites.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/getting-started/windows-prerequisites.html (original)
+++ websites/staging/maven/trunk/content/guides/getting-started/windows-prerequisites.html Wed May  6 16:54:37 2015
@@ -262,10 +262,10 @@
 <p>must show the right version number.</p></div>
 <div class="section">
 <h3><a name="Maven_Unpacked"></a>Maven Unpacked</h3>
-<p>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 <tt>c:\mvn3.0.4</tt>.</p></div>
+<p>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 <tt>c:\apache-maven-3.0.5</tt>.</p></div>
 <div class="section">
 <h3><a name="Maven_in_PATH"></a>Maven in PATH</h3>
-<p>You run Maven by invoking a command-line tool: <tt>mvn.bat</tt> from the <tt>bin</tt> directory of the Maven. To do this conveniently, <tt>c:\mvn3.0.4\bin</tt> 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.</p></div>
+<p>You run Maven by invoking a command-line tool: <tt>mvn.bat</tt> from the <tt>bin</tt> directory of the Maven. To do this conveniently, <tt>c:\apache-maven-3.0.5\bin</tt> 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.</p></div>
 <div class="section">
 <h3><a name="Firewalls_and_Anti-virus"></a>Firewalls and Anti-virus</h3>
 <p>Firewall and Anti-virus sometimes prevent Java from running properly, or Windows Firewall (and various other Firewalls) actively prevent Java.exe from reaching out to the Internet to &quot;download stuff&quot; which is a key part of Maven You may need to configure the Firewall or Anti-virus to add exceptions to allow such actions.</p></div></div>

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