From 8b2f97ff69c80e801caf86d45c820d2ed89e79e9 Mon Sep 17 00:00:00 2001 From: sgandon Date: Wed, 6 Aug 2014 14:51:47 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56939f0..56cec87 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ install : * Then you can make an alias to the main script called "gits" (use gits_for_mac if you are on a mac). How to use it -============= +------------- The list of repositories handled by this gitslave repo can be found in the file .gitslave All Gitslave command are available hre : http://gitslave.sourceforge.net/gits-man-page.html @@ -27,3 +27,21 @@ if you want to dowload (clone) all slave studio repositories, use the command should you want to download a set of slave repositories, use gits populate + + +Build The Open Source Studio +================ +All the following assumes that Maven is installed on you machine. +First if you have never built any Studio artifacts on your machine you need to build the parent pom.xml +so please do + +``` +cd talend.studio.parent.pom +mvn clean install +``` + +then go back to the root of this repos and launch the same maven command to build all Studio artifacts. + +``` +mvn clean install +```