jdeb icon indicating copy to clipboard operation
jdeb copied to clipboard

This library provides an Ant task and a Maven plugin to create Debian packages from Java builds in a truly cross platform manner.

Results 53 jdeb issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-site-plugin](https://maven.apache.org/plugins/) | `3.12.0` -> `3.12.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-site-plugin/3.12.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Using the Maven plugin and jdeb 1.9, the snapshot version isn't expanded when the name of the file is overriden by specifying the `` element in the plugin configuration. For...

bug
good first issue

Hello ! We wanted to contribute to the jdeb project as we improved variables resolution for our needs. When the MapVariableResolver is fulfilled, some entries are composed like : "myVariable"...

improvement

I need to add binary control files to a package (actually a jar file, that I use in my maintainer scripts). Can you please consider to merge something like this?...

improvement

We noticed in a application with > 100K files that we ran into problems while generating the checksums. This writes to a file and streams from that file, to the...

improvement

Used to work on 1.5 with 1.8 only the dst directory part is created ``` ${project.build.directory}/${project.artifactId}.service file /etc/systemd/system/${project.artifactId}.service perm 755 ``` As a workaround using the type directory with includes...

waiting for feedback
unverified

The current implementation in Utils. convert a "java" version into a "debian" version. Trying to handle alhpa, beta, release. But It doesn't cover all the scenario and we should have...

bug
looking for help
good first issue

test are being called multiple times. the test from the invoker plugin does not generate coverage.

improvement

Sorry, i've tried to use `` without any success: ``` ${project.external-resources} directory *.conf, *.webfilters perm 666 777 1 /usr/lib/${project.name.camel}/examples ``` Could you please add an example in your documentation? Thank...

improvement

To play nice with the Debian policy we should generate a copyright file in the binary package. This file is located at: ``` /usr/share/doc//copyright ``` The syntax of the copyright...

improvement