X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fjjb-init-project.py;h=233ff88e5889f3721a7a4f237a28297d015db841;hb=1db2be842f34e42ecfba0bf050f0efc0de9012ee;hp=2595e38594822b433aa5ed49a0ab80f151f28488;hpb=626ccc2264e70e558ee399fd121e61266402942a;p=releng%2Fbuilder.git diff --git a/scripts/jjb-init-project.py b/scripts/jjb-init-project.py index 2595e3859..233ff88e5 100644 --- a/scripts/jjb-init-project.py +++ b/scripts/jjb-init-project.py @@ -123,7 +123,6 @@ if cfg.get('MVN_GOALS'): mvn_goals = cfg.get('MVN_GOALS') else: mvn_goals = ("clean install " - "-V " # Show Maven / Java version before building "-Dmaven.repo.local=/tmp/r " "-Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r ")