diff --git a/BUILDING.TXT b/BUILDING.TXT index 9620b1b88b9f31a8b32cc37c2da0316d5c639d25..09766de355e22b3f2469dc88cc0a1ba35d8aa19c 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 !!