DIRSTUDIO-1317 addressing META-INF issue; using pom-first.xml
diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml
index 625da19..09c2f46 100644
--- a/.github/workflows/pull-request-build.yml
+++ b/.github/workflows/pull-request-build.yml
@@ -38,7 +38,7 @@
           distribution: 'temurin'
           cache: maven
       - name: Build with Apache Maven
-        run: mvn -U clean install -Djava.awt.headless=true -fae -B
+        run: mvn -f pom-first.xml -U clean install -Djava.awt.headless=true
     env: 
        MAVEN_OPTS: "-Xmx1024M"