doubleSlashde / KeepTime

Application to track your time spent on different projects each day.
GNU General Public License v3.0
8 stars 3 forks source link

wrapped plugins tag with pluginManagement tag to resolve errors in POM #40

Closed mplieske closed 1 year ago

mplieske commented 4 years ago

There was an error in my pom: Plugin execution not covered by lifecycle configuration: org.owasp:dependency-check-maven:5.2.1:update-only (execution: default, phase: generate-resources)

it is resolved by wrapping the plugins tag with a pluginManagement tag