Move Dmaven.test.skip param (h-m)

Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.

Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.

Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb

Change-Id: I71a93ca778817448d7b8772fd32fd7cc87460d35
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/jjb/music/music.yaml b/jjb/music/music.yaml
index 00b4d2f..b4b879d 100644
--- a/jjb/music/music.yaml
+++ b/jjb/music/music.yaml
@@ -10,6 +10,7 @@
       - '{project-name}-{stream}-docker-version-java-daily':
           docker-pom: 'pom.xml'
           mvn-profile: docker
+          mvn-params: '-Dmaven.test.skip=true'
     project: 'music'
     stream:
       - 'master':