Building Debian packages in java
Just recently I looked into creating Debian packages in java. Funny enough Stefan was also blogging about this. Deployment is so much easier with apt-get. I just love it. Why not leverage that also for java deployments?
So I came up with this little project called jdeb. It provides an ant task to create a Debian package right from you build system. It’s just a first, fairly simple version and I hope to provide a maven plugin as well. But it works …and of course contributions or feedback is welcome.