View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001322 | savapage-server | [All Projects] Development | public | 2025-12-27 20:02 | 2025-12-27 20:04 |
| Reporter | rijkr | Assigned To | rijkr | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.6.0 | ||||
| Target Version | 1.7.0 | Fixed in Version | 1.7.0 | ||
| Summary | 0001322: Fix savapage-server-*.jar build error | ||||
| Description | IST: In java 17 environment build of savapage-server-x-x-x.jar fails with "Error Injecting: org.apache.maven.plugin.war.WarMojo". SOLL: Add this snippet to savapage-server/pom.xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>3.3.1</version> <configuration> <warSourceDirectory>src/main/webapp</warSourceDirectory> </configuration> </plugin> | ||||
| Additional Information | https://codingtechroom.com/question/fix-maven-error-injecting-org-apache-maven-plugin-war-warmojo | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-12-27 20:02 | rijkr | New Issue | |
| 2025-12-27 20:02 | rijkr | Status | new => assigned |
| 2025-12-27 20:02 | rijkr | Assigned To | => rijkr |
| 2025-12-27 20:04 | rijkr | Status | assigned => resolved |
| 2025-12-27 20:04 | rijkr | Resolution | open => fixed |
| 2025-12-27 20:04 | rijkr | Fixed in Version | => 1.7.0 |