-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fixes offline instructions due to removal of incrementals.url property #33
Conversation
This is due to Maven 4 support [1]. Building plugins with Maven 4 (alpha) fails with: > 'profiles.profile[consume-incrementals].repositories.repository.[incrementals].url' contains an expression but should be a constant. @ org.jenkins-ci.plugins:plugin:4.53 This has already been reported to Jenkins [2] and Maven [3] and was declared as an intentional change. [1] jenkinsci/plugin-pom#666 [2] https://issues.jenkins.io/browse/JENKINS-67878 [3] https://issues.apache.org/jira/browse/MNG-7420
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Removes maven-release-plugin instructions because it is not used with incrementals Co-authored-by: Basil Crow <me@basilcrow.com>
@jglick do you have access here? The upstream change in the plugin-pom has been merged. |
Did not get notified about #33 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine. Did you actually try it? I have not personally run the offline testing in years.
This is due to Maven 4 support [1].
Building plugins with Maven 4 (alpha) fails with:
This has already been reported to Jenkins [2] and Maven [3] and was declared as an intentional change.
[1] jenkinsci/plugin-pom#666
[2] https://issues.jenkins.io/browse/JENKINS-67878
[3] https://issues.apache.org/jira/browse/MNG-7420
Ensure you have provided tests - that demonstrates feature works or fixes the issue