-
- Downloads
fix(maven): loosen check for correct pom.xml
Previously Renovate checked for xmlns="http://maven.apache.org/POM/4.0.0" and if not found then did not attempt to parse the file. Instead, now it checks for `<modelVersion>4.0.0</modelVersion>` as an alternative. Reference: https://maven.apache.org/guides/introduction/introduction-to-the-pom.html Closes #5160
Showing
- lib/manager/maven/extract.ts 10 additions, 3 deletionslib/manager/maven/extract.ts
- test/manager/maven/__snapshots__/extract.spec.ts.snap 9 additions, 0 deletionstest/manager/maven/__snapshots__/extract.spec.ts.snap
- test/manager/maven/_fixtures/minimum.pom.xml 6 additions, 0 deletionstest/manager/maven/_fixtures/minimum.pom.xml
- test/manager/maven/extract.spec.ts 9 additions, 0 deletionstest/manager/maven/extract.spec.ts
Loading
Please register or sign in to comment