From acf3cd63630b81d56e9fff81f11bd6b032826336 Mon Sep 17 00:00:00 2001 From: Guylaine Prat <guylaine.prat@c-s.fr> Date: Thu, 9 Aug 2018 14:41:29 +0200 Subject: [PATCH] Update building.md --- src/site/markdown/building.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/site/markdown/building.md b/src/site/markdown/building.md index d2b5de46..07408926 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. -- GitLab