From 4a3c2d111532d1b3a9a6754cfc136ebd34f16de5 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Wed, 11 Jun 2014 15:05:20 -0700 Subject: [PATCH] Link to 'Building Jenkins' page from text file --- BUILDING.TXT | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/BUILDING.TXT b/BUILDING.TXT index 9620b1b88b..09766de355 100644 --- a/BUILDING.TXT +++ b/BUILDING.TXT @@ -1,6 +1,12 @@ -If you want simply to have the jenkins.war as fast as possible (without test execution), just use : -mvn clean install -pl war -am -DskipTests -the war will be in war/target/jenkins.war (you can play with it) +If you want simply to have the jenkins.war as fast as possible (without test +execution), run: + + mvn clean install -pl war -am -DskipTests + +The WAR file will be in war/target/jenkins.war (you can play with it) You can deactivate test-harness execution with -Dskip-test-harness -Have Fun !! +For more information on building Jenkins, visit +https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins + +Have Fun !! -- GitLab