Maintenance fixes for the generated pom.xml file should include:
the generated pom.xml file contains the log4j-slf4j-impl dependency, whose version should be paired to the one used by log4j-api and log4j-core;
the jacoco-maven-plugin dependency configuration uses exclude paths that are applicable to CloudFormation extensions of type resource, and not hook: the configuration should also havehook-specific exclude paths.
Maintenance fixes for the generated
pom.xml
file should include:pom.xml
file contains thelog4j-slf4j-impl
dependency, whose version should be paired to the one used bylog4j-api
andlog4j-core
;jacoco-maven-plugin
dependency configuration usesexclude
paths that are applicable to CloudFormation extensions of typeresource
, and nothook
: the configuration should also havehook
-specificexclude
paths.