View Issue Details

IDProjectCategoryView StatusLast Update
0001160savapage-core[All Projects] Generalpublic2021-01-11 21:05
ReporterrijkrAssigned Torijkr 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.2.0 
Target Version1.3.0Fixed in Version1.3.0 
Summary0001160: Fix maven-antrun-plugin error
DescriptionIST: savapage-common/pom.xml and savapage-core/pom.xml show an error in Ecipse saying "Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plugin:1.8:run".
SOLL: Although this 'error' is false alarm given by Eclipse and is a known issue, it can be solved by wrapping the maven-antrun-plugin into a <pluginManagement> container. However, this construct will not execute antrun during the 'mvn package' command. Instead, 'antrun' must be executed in the projects makefile just before 'mvn package' by a separate 'mvn antrun:run@version-info' command.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-01-10 20:15 rijkr New Issue
2021-01-10 20:15 rijkr Status new => assigned
2021-01-10 20:15 rijkr Assigned To => rijkr
2021-01-11 21:05 rijkr Status assigned => resolved
2021-01-11 21:05 rijkr Resolution open => fixed
2021-01-11 21:05 rijkr Fixed in Version => 1.3.0