Skip to content

Commit

Permalink
CodeQL analysis fix (#1797)
Browse files Browse the repository at this point in the history
 Error:  Failed to execute goal on project org.eclipse.persistence.moxy: Could not resolve dependencies for project org.eclipse.persistence:org.eclipse.persistence.moxy:jar:4.0.1-SNAPSHOT: Could not find artifact org.eclipse.persistence:org.eclipse.persistence.core:jar:tests:4.0.1-SNAPSHOT -> [Help 1]

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
  • Loading branch information
rfelcman committed Jan 27, 2023
1 parent 4beeb15 commit 9bebcd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# uses a compiled language

- run: |
mvn -B clean install -pl :org.eclipse.persistence.parent,:org.eclipse.persistence.jpa.jpql,:org.eclipse.persistence.core,:org.eclipse.persistence.json,:org.eclipse.persistence.oracle,:org.eclipse.persistence.core.test.framework,:org.eclipse.persistence.core.test -DskipTests
mvn -B clean compile -Ddeploy=true -Dnotests=true -Pstaging
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 9bebcd2

Please sign in to comment.