View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001160 | savapage-core | [All Projects] General | public | 2021-01-10 20:15 | 2021-01-11 21:05 |
Reporter | rijkr | Assigned To | rijkr | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.2.0 | ||||
Target Version | 1.3.0 | Fixed in Version | 1.3.0 | ||
Summary | 0001160: Fix maven-antrun-plugin error | ||||
Description | IST: 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. | ||||
Tags | No tags attached. | ||||
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 |