diff --git a/src/site/markdown/building.md b/src/site/markdown/building.md index d2b5de46a2164291e135f1efc8e89a657b8d915b..074089261a17227bbdf21035c326a3643010850c 100644 --- a/src/site/markdown/building.md +++ b/src/site/markdown/building.md @@ -12,8 +12,7 @@ limitations under the License. --> -Building Rugged -=============== +# Building Rugged Rugged can be built from source using several different tools. @@ -21,8 +20,7 @@ All these tools are Java based and can run on many different operating systems, including Unix, GNU/Linux, Windows and Mac OS X. Some GNU/Linux distributions provide these tools in their packages repositories. -Building with Maven 3 ---------------------- +## Building with Maven 3 [Maven](http://maven.apache.org/) is a build tool that goes far beyond simply compiling and packaging a product. It is also able to resolve @@ -62,8 +60,7 @@ For other commands like generating the site, or generating the [jacoco](http://www.eclemma.org/jacoco/) reports, see the maven plugins documentation at [maven site](http://maven.apache.org/plugins/index.html). -Building with Eclipse ---------------------- +## Building with Eclipse [Eclipse](http://www.eclipse.org/) is a very rich Integrated Development Environment (IDE). It is a huge product and not a simple build tool.