You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2013/10/24 19:03:52 UTC

svn commit: r1535441 - /incubator/olingo/site/trunk/content/doc/maven.mdtext

Author: mibo
Date: Thu Oct 24 17:03:51 2013
New Revision: 1535441

URL: http://svn.apache.org/r1535441
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/maven.mdtext

Modified: incubator/olingo/site/trunk/content/doc/maven.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/maven.mdtext?rev=1535441&r1=1535440&r2=1535441&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/maven.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/maven.mdtext Thu Oct 24 17:03:51 2013
@@ -87,7 +87,7 @@ To activate profiles run
   </tr>
   <tr>
     <td>build.fast</td>
-    <td>Fast build to get artifacts. There is no quality, not test and no javadoc execution.</td>
+    <td>Fast build to get artifacts. Therefore quality checks, unit tests and javadoc generation are skipped.</td>
   </tr>
   <tr>
     <td>build.quality</td>
@@ -95,9 +95,7 @@ To activate profiles run
   </tr>
   <tr>
     <td>apache-release</td>
-    <td>Sign code, builds Javadoc and performs a Apache release build. It heavily refers to [standard Apache procedures][1] to release Maven based projects at Apache.</td>
+    <td>Sign code, builds Javadoc and performs a Apache release build. It heavily refers to <a href="http://www.apache.org/dev/publishing-maven-artifacts.html">standard Apache procedures</a> to release Maven based projects at Apache.</td>
   </tr>
 </table>
 
-
-  [1]: http://www.apache.org/dev/publishing-maven-artifacts.html
\ No newline at end of file