You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2022/05/16 02:14:28 UTC

[juddi] 02/02: NOJIRA additional ci configurations

This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git

commit c5092c2053f38332257b632b43ca7396cb101252
Author: Alex O'Ree <al...@apache.org>
AuthorDate: Sun May 15 22:14:21 2022 -0400

    NOJIRA additional ci configurations
---
 .github/workflows/codeql-analysis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 48a074b11..28e32f637 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,6 +31,7 @@ jobs:
       fail-fast: false
       matrix:
         language: ['java']
+        jpa: ['openjpa','hibernate']
     steps:
     - name: Setup Java 8
       uses: actions/setup-java@v1.4.3
@@ -51,7 +52,7 @@ jobs:
       run: sudo apt-get install -y icedtea-netx
 
     - name: javabuild
-      run: mvn -B install -Pdist
+      run: mvn -B install -Pdist -P${{ matrix.jpa }}
       
 
   analyze1:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org