-
Notifications
You must be signed in to change notification settings - Fork 322
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
It seems like you're encountering an issue where the snapshot version is not expanded when is specified in your Maven configuration. This could be due to how the element is configured or how the snapshot version is handled. Here are a few steps you can take to address this:
xml
|
I believe the format should be:
jdeb/src/main/java/org/vafer/jdeb/maven/DebMojo.java Lines 80 to 86 in 8b4b93b
|
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: