APPC-Refactor CLM project block

The clm job portion needs to be on its own
project section similar to the Sonar portion.

The reason behind this, is because we only want
this job to be running for master and no other
branches. Also, this is in preparation for the
work that is to come from global-jjb on application
names in CLM.

Change-Id: I45642f6f3c14acd047141d3b8f74113c0674c54a
Issue-ID: CIMAN-213
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/jjb/appc/appc-master.yaml b/jjb/appc/appc-master.yaml
index ed973ec..1fdba4d 100644
--- a/jjb/appc/appc-master.yaml
+++ b/jjb/appc/appc-master.yaml
@@ -3,10 +3,6 @@
     name: appc-master
     project-name: 'appc'
     jobs:
-      - gerrit-maven-clm:
-          mvn-params: '-DskipTests'
-          build-timeout: 30
-          build-node: ubuntu1604-builder-8c-8g
       - '{project-name}-{stream}-verify-java':
           build-node: ubuntu1604-builder-8c-8g
       - '{project-name}-{stream}-merge-java':
@@ -35,3 +31,15 @@
     mvn-settings: 'appc-settings'
     mvn-goals: 'clean install'
     mvn-opts: '-Xmx4096m'
+
+- project:
+    name: appc-clm
+    jobs:
+      - gerrit-maven-clm:
+          mvn-params: '-DskipTests'
+          build-timeout: 30
+          build-node: ubuntu1604-builder-8c-8g
+    project: 'appc'
+    project-name: 'appc'
+    branch: 'master'
+    mvn-settings: 'appc-settings'