View Issue Details

IDProjectCategoryView StatusLast Update
0001322savapage-server[All Projects] Developmentpublic2025-12-27 20:04
ReporterrijkrAssigned Torijkr 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.6.0 
Target Version1.7.0Fixed in Version1.7.0 
Summary0001322: Fix savapage-server-*.jar build error
DescriptionIST: 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 Informationhttps://codingtechroom.com/question/fix-maven-error-injecting-org-apache-maven-plugin-war-warmojo
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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