Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maven.yml #3199

Closed
wants to merge 1 commit into from
Closed

Update maven.yml #3199

wants to merge 1 commit into from

Conversation

davidjgonzalez
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #3199 (5b1c80f) into master (26a5883) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #3199   +/-   ##
=========================================
  Coverage     55.23%   55.23%           
  Complexity     5469     5469           
=========================================
  Files           720      720           
  Lines         29497    29497           
  Branches       3837     3837           
=========================================
  Hits          16293    16293           
  Misses        11681    11681           
  Partials       1523     1523           

@davidjgonzalez davidjgonzalez added the Skip-Changelog Skips the check for a changelog entry in the CI build label Nov 6, 2023
@kwin
Copy link
Contributor

kwin commented Nov 10, 2023

@davidjgonzalez Does this fix #3201 ?

@@ -89,7 +89,7 @@ jobs:
run: mvn -e -B -V ${{ env.MVN_GOAL }} ${{ env.MVN_ADDITIONAL_OPTS }}

- name: ${{ matrix.namePrefix }} Build cloud all package with Maven ${{ env.STEP_NAME_SUFFIX }}
Copy link
Contributor

@kwin kwin Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@royteeuwen why do we need two Maven runs at all? That is IMHO not working as the module all relies on dependencies only available in a reactor build (or if previously installed in the local repo).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no longer required, leftover from when it was still required to run twice but after review remarks from you we were able to have one build using the cloud profile

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidjgonzalez could you remove this entire run (line 91 and 92) and add -P cloud to the previous run (line 89). This will release both artifacts

@kwin
Copy link
Contributor

kwin commented Nov 15, 2023

Superseded by #3208

@kwin kwin closed this Nov 15, 2023
@davidjgonzalez davidjgonzalez deleted the ga-build branch November 21, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip-Changelog Skips the check for a changelog entry in the CI build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants