Convert CLM job to regular JJB template
[releng/builder.git] / scripts / jjb-init-project.py
index 2595e38594822b433aa5ed49a0ab80f151f28488..b33e7183b7dbab4bca9366b897cf9715f9e43859 100644 (file)
@@ -60,7 +60,6 @@ else:
     templates = (
         "verify,merge,periodic,distribution,distribution-check,integration,"
         "sonar")
-templates += ",clm"  # ensure we always create a clm job for all projects
 templates += ",validate-autorelease"  # Autorelease validate template
 
 ##################
@@ -123,7 +122,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 ")