Index: .github/workflows/codeql.yml
===================================================================
--- .github/workflows/codeql.yml	(revision 5bf18e1b3581ac2abe73e60337c1250075cef8cd)
+++ .github/workflows/codeql.yml	(revision 73b85b3a19fe7eef20717cd24965e39d6a9159d7)
@@ -33,5 +33,5 @@
       fail-fast: false
       matrix:
-        language: [ 'csharp', 'java', 'javascript' ]
+        language: [ 'java', 'javascript' ]
         # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
         # Use only 'java' to analyze code written in Java, Kotlin or both
@@ -42,4 +42,10 @@
     - name: Checkout repository
       uses: actions/checkout@v3
+
+    - uses: actions/setup-java@v3
+      with:
+        distribution: 'temurin'
+        java-version: '17'
+        cache: 'maven'
 
     # Initializes the CodeQL tools for scanning.
@@ -58,6 +64,6 @@
     # Autobuild attempts to build any compiled languages  (C/C++, C#, Go, or Java).
     # If this step fails, then you should remove it and run the build manually (see below)
-    - name: Autobuild
-      uses: github/codeql-action/autobuild@v2
+    #- name: Autobuild
+    #  uses: github/codeql-action/autobuild@v2
 
     # ℹ️ Command-line programs to run using the OS shell.
@@ -67,7 +73,9 @@
     #   modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
 
-    # - run: |
-    #   echo "Run, Build Application using script"
-    #   ./location_of_script_within_repo/buildscript.sh
+    - run: |
+        echo "Build Application"
+        mvn -f eprms-model/ install
+        mvn -f eprms-mq/ install
+        mvn -f eprms-tap/ clean package
 
     - name: Perform CodeQL Analysis
