From b1926cfef088ea46165967fcd553ed221ad9ae6d Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 31 May 2011 16:10:41 +0200 Subject: [PATCH] add a simple file on how to build jenkins.war --- BUILDING.TXT | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 BUILDING.TXT diff --git a/BUILDING.TXT b/BUILDING.TXT new file mode 100644 index 0000000000..99b41980a3 --- /dev/null +++ b/BUILDING.TXT @@ -0,0 +1,6 @@ +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) +You can desactivate test-harness execution with -Dskip-test-harness +Have Fun !! + -- GitLab