VPrakash
VPrakash

Reputation: 11

Unable to parse configuration of mojo org.owasp:dependency-check-maven:5.2.4:check

I'm getting error for configuration entry 'formats', which am not able to find under dependency-check-maven-5.2.4.pom & dependency-check-parent-5.2.4.pom

Unable to parse configuration of mojo org.owasp:dependency-check-maven:5.2.4:check for parameter formats: Cannot assign configuration entry 'formats' with value 'HTML,XML' of type java.lang.String to property of type java.lang.String[]

Any pointers to fix the problem ?

Upvotes: 1

Views: 470

Answers (1)

Karatekid430
Karatekid430

Reputation: 1130

What fixed this for us was to update the build pipeline to use Maven 3.6.0. Before, it was running a low 3.X.X version of Maven. It seems like the new Maven is able to handle this.

Upvotes: 0

Related Questions