-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapshot version isn't expanded when <deb> is specified #386
Comments
I believe the format should be:
jdeb/src/main/java/org/vafer/jdeb/maven/DebMojo.java Lines 80 to 86 in 8b4b93b
|
Considering @luka-rol's comment, this issue could be "fixed" by tweaking the documentation to reflect the proper format of the variables. Either way, the ${buildDirectory} variable referenced in the current docs is not resolved properly, so at least that one needs fixing. I can submit a pull request if you think a doc update is enough. |
If this solves it, I would probably consider it just a documentation fix.
|
It does, I tested it manually. I just submitted a pull request. |
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
<deb>
element in the plugin configuration.For example with:
the file generated is
foo_1.0-SNAPSHOT_all.deb
.The text was updated successfully, but these errors were encountered: