tcurdt / jdeb

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.
https://github.com/tcurdt/jdeb
Apache License 2.0
485 stars 264 forks source link

[maven help wanted] integration tests are broken and disabled #625

Closed tcurdt closed 4 months ago

tcurdt commented 5 months ago

Newer java, newer maven, maven plugin, ant - the jdeb tests aren't the easiest to setup. And now it the integration tests are broken.

The maven setups needs some love and I don't have the time to look into it. For now I had to disabled the integration tests to not to block releases.

For this project to maintained longer it needs some love. Especially if you are using it in a commercial setting please step up. I've sustained the project for 17 years but I am not even really using it myself anymore.

It would be good to share the load.

tmortagne commented 4 months ago

I debugged it a little and ended up with https://github.com/tcurdt/jdeb/pull/626 (tested with Maven 3.9.6, with Java 11 and Java 17).

tcurdt commented 4 months ago

Thanks for the help!