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
535 stars 322 forks source link

add jrpm goal #100

Closed carrot-garden closed 11 years ago

carrot-garden commented 11 years ago

this plugin sucks: http://mojo.codehaus.org/rpm-maven-plugin/

I am curious how hard would it be to add new "jrpm" goal?

tmortagne commented 11 years ago

Would have to change the project name first ;)

carrot-garden commented 11 years ago

I can help with that! :-) how about jpack

tcurdt commented 11 years ago

not really scope for jdeb - you could build a deb and convert it though :)

I guess jdeb could maybe be split up into a common lib and then have two separate plugins ...but I am not eager spending time on this. Let me know if you will :)

carrot-garden commented 11 years ago

ok! thank you for considering this.