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

Fix Maven integration tests #626

Closed tmortagne closed 4 months ago

tmortagne commented 4 months ago

Here are the fixed problems:

tmortagne commented 4 months ago

I also suggest https://github.com/tcurdt/jdeb/pull/627 since the required Maven version seems a bit low for the shade plugin (seems to be what is causing the AppVeyor failure).

tcurdt commented 4 months ago

I think it's time to port the windows test over to github anyway. No point to deal with appveyor anymore.