Kiaresch Mussawisade
Kiaresch Mussawisade
Hi @fvarrui I didn't change the configuration in our pom.xml . The only thing i changed was the version number of the java packager from 1.7.2 to 1.7.3 and suddenly...
In git i found that in 1.7.3 in the class `io.github.fvarrui.javapackager.maven.CreateRunnableJar` the line (number 91) `element("finalName", name + "-" + version)` is removed in the new Version. This could be...
Hi @fvarrui, I see the change in `maven-jar-plugin`. [Here](https://issues.apache.org/jira/browse/MJAR-233) is explained how to define the `finalName` in the correct way and if I define the `finalName` in our `pom.xml` as...
> Are you setting `finalName` in your POM? I mean ... maybe this was causing this issue by modifying `maven-jar-plugin` behaviour, since `CreateRunnableJar` expects a different JAR filename. yes. exactly....
Hi @fvarrui . I tested the snapshot `1.7.4-20230821.162917-2` and it works. I even changed the `finalName` and the JavaPackager can deal with it. Best, Kia
Hi @fvarrui . the issue is unfortunately still there in the case of `mvn clean install` . I tested the snapshot version with your fix with `mvn clean package` where...
Did you try `mvn clean install` ? with `mvn clean package` is everything fine.
Hi @fvarrui Now it seems that every thin is fine. I tested both `mvn clean package` and `mvn clean install` on linux, mac and windows platforms with the snapshot version...
Thank you very much for your quick responses and fixes.
Hi @fvarrui At which time are you going to release 1.7.5 ? best, Kia