Skip to content

Conversation

@wangyum
Copy link
Member

@wangyum wangyum commented Nov 6, 2019

What changes were proposed in this pull request?

This PR change the Github Actions build command from mvn package to mvn install to build Scaladoc jars.

Why are the changes needed?

Sometimes mvn install build failure with error: not found: type ClassName....
More details: #24628 (comment)

Does this PR introduce any user-facing change?

No.

How was this patch tested?

N/A

@dongjoon-hyun dongjoon-hyun changed the title [MINOR][BUILD] Change the Github Actions build command to mvn install [MINOR][INFRA] Change the Github Actions build command to mvn install Nov 6, 2019
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. This improves our test coverage (Maven install step).

@dongjoon-hyun
Copy link
Member

dongjoon-hyun commented Nov 6, 2019

Merged to master/2.4.

dongjoon-hyun pushed a commit that referenced this pull request Nov 6, 2019
This PR change the Github Actions build command from `mvn package` to `mvn install` to build Scaladoc jars.

Sometimes `mvn install` build failure with error: `not found: type ClassName...`.
More details:  #24628 (comment)

No.

N/A

Closes #26414 from wangyum/github-action-install.

Authored-by: Yuming Wang <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit e5c176a)
Signed-off-by: Dongjoon Hyun <[email protected]>
@SparkQA
Copy link

SparkQA commented Nov 6, 2019

Test build #113334 has finished for PR 26414 at commit 58c2c83.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@wangyum wangyum deleted the github-action-install branch November 7, 2019 00:35
scunniff pushed a commit to scunniff/nomad-spark that referenced this pull request Nov 10, 2020
This PR change the Github Actions build command from `mvn package` to `mvn install` to build Scaladoc jars.

Sometimes `mvn install` build failure with error: `not found: type ClassName...`.
More details:  apache#24628 (comment)

No.

N/A

Closes apache#26414 from wangyum/github-action-install.

Authored-by: Yuming Wang <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit e5c176a)
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants