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

Expand and update CI for Maven 3.2.5 and newer #166

Merged
merged 1 commit into from
Dec 25, 2023
Merged

Expand and update CI for Maven 3.2.5 and newer #166

merged 1 commit into from
Dec 25, 2023

Conversation

michael-o
Copy link
Member

Following this checklist to help us incorporate your
contribution quickly and easily:

  • Make sure there is a JIRA issue filed
    for the change (usually before you start working on it). Trivial changes like typos do not
    require a JIRA issue. Your pull request should address just this issue, without
    pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [MSITE-XXX] - Fixes bug in ApproximateQuantiles,
    where you replace MSITE-XXX with the appropriate JIRA issue. Best practice
    is to use the JIRA issue title in the pull request title and in the first line of the
    commit message.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean verify to make sure basic checks pass. A more thorough check will
    be performed on your pull request automatically.
  • You have run the integration tests successfully (mvn -Prun-its clean verify).

If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.

To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

@slawekjaranowski
Copy link
Member

The plugin org.codehaus.mojo:mrm-maven-plugin:1.6.0 requires Maven version 3.6.3

But looks like mrm is not used

<mockRepo>
   <source>src/it/mrm/repository</source>
</mockRepo>

there is no directory src/it/mrm/repository in project

@michael-o
Copy link
Member Author

The plugin org.codehaus.mojo:mrm-maven-plugin:1.6.0 requires Maven version 3.6.3

But looks like mrm is not used

<mockRepo>
   <source>src/it/mrm/repository</source>
</mockRepo>

there is no directory src/it/mrm/repository in project

Good catch. Will handle this today.

@michael-o
Copy link
Member Author

@slawekjaranowski 3.8.6 seems not to be available. We should request 3.8.8 to be installed on all nodes.

@slawekjaranowski
Copy link
Member

@slawekjaranowski 3.8.6 seems not to be available. We should request 3.8.8 to be installed on all nodes.

According to documentation:
https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix - maven_3.8.6 should be avaiable

Looks like a istake in docuemntation ... in code:
https://github.com/apache/infrastructure-p6/blob/production/modules/jenkins_operations_center/files/setmaven.groovy#L20

we have:

  "maven_3.8.7": "apache-maven-3.8.7",

@slawekjaranowski
Copy link
Member

@michael-o
Copy link
Member Author

@slawekjaranowski 3.8.6 seems not to be available. We should request 3.8.8 to be installed on all nodes.

According to documentation: https://cwiki.apache.org/confluence/display/INFRA/Maven+Installation+Matrix - maven_3.8.6 should be avaiable

Looks like a istake in docuemntation ... in code: https://github.com/apache/infrastructure-p6/blob/production/modules/jenkins_operations_center/files/setmaven.groovy#L20

we have:

  "maven_3.8.7": "apache-maven-3.8.7",

Looking at that file, we need to request 3.8.8 and have everything dropped for 3.9.x except 3.9.6 @cstamas

@michael-o
Copy link
Member Author

@slawekjaranowski Looks good now, will merge if you don't object.

@asfgit asfgit merged commit d78b8da into master Dec 25, 2023
78 checks passed
@michael-o michael-o deleted the fix-ci branch December 25, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants