damianszczepanik/maven-cucumber-reporting

Please put maven plugin api into 'provided' scope

hazendaz opened this issue · 1 comments

Per maven standards, maven provided artifacts need to be in provided scope. This ensures it is not downloading to m2 repository needlessly since maven has on the classpath the same artifact already.

use maven 3.9.2 to run a build to see issue.