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

[MGPG-110] SignAndDeployFileMojo validation is off #78

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Mar 5, 2024

It was validating POMs as "Maven2". These POMs should be handled as "new projects" and they must have strict validation in effect instead. Still, given "strict" validation is a moving target (it depends on currently running Maven version), we need to factor in Maven4 as well. Once beta, Maven4 should be added to build matrix. Currently was running locally the build with latest alpha-13 SNAPSHOT (it went OK) that showed one IT that was sensitive to it, fixed in this PR as well.


https://issues.apache.org/jira/browse/MGPG-110

It was validating POMs as "Maven2".

These POMs should be handled as "new projects" and they
must have strict validation in effect instead.

---

https://issues.apache.org/jira/browse/MGPG-110
Only one IT needed a bit more to make it pass OK.
Rest is fine.
@cstamas cstamas merged commit 0771b61 into apache:master Mar 5, 2024
19 checks passed
@cstamas cstamas deleted the MGPG-110 branch March 5, 2024 14:57
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.

2 participants