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

Fixed #1191: Processes (all) profiles from original model if transitive is false #1193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrzejj0
Copy link
Contributor

If processDependencyManagementTransitive is false, will also process dependency management entries from profiles (all profiles).
This was previously reported as a bug.

Comment on lines 1 to 3
assert new File( basedir, "target/dependency-updates-report.xml" ).text
.replaceAll( '\\s*', '' )
.contains( '<artifactId>dummy-api</artifactId>' )
Copy link
Member

Choose a reason for hiding this comment

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

for xml we can use XmlSlurper

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, so while doing this I discovered that I was using XmlSlurper's find wrong. So corrected that too.

@slawekjaranowski slawekjaranowski modified the milestones: 2.19.0, 2.18.1 Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants