Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #10103
| From | Sebastian Humenda <shumenda@gmx.de> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | [Gradle] incorrectly generated POM |
| Date | 2017-10-21 18:50 +0200 |
| Message-ID | <uD58e-3ij-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi
I'm packaging a package with the artifact Id braille-utils.basic-cli. AFAIK, a
dot is not quite standard-compliant :).
I named the package libbraille-utils-basic-cli-java and added a maven.rules
file with this content:
org.daisy.braille braille-utils-basic-cli POM s/-basic/.basic/
to alter the artifact ID. First of all, I wonder why the artifact ID is called
"braille-utils-basic-cli"? I think I don't specify it as such.
Second, the rule seems to be broken, but I cannot find out, why. I'm using a
dirty sed rule at the moment, which replaces the artifact Id before
installation:
sed -i 's/-basic-cli/.basic-cli/' build/debian/*.pom
That works, but is not nice.
The current state of the packaging is at
<https://anonscm.debian.org/gitweb/?p=pkg-a11y/braille-utils-basic-cli.git>. I
would really appreciate if you could take a look.
Thanks!
Sebastian
--
Web: https://www.crustulus.de (English|Deutsch) | Blog: https://www.crustulus.de/blog
FreeDict: Free multilingual dictionaries - http://www.freedict.org
Freies Latein-Deutsch-Wörterbuch: https://www.crustulus.de/freedict.de.html
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar | Unroll thread
[Gradle] incorrectly generated POM Sebastian Humenda <shumenda@gmx.de> - 2017-10-21 18:50 +0200 Re: [Gradle] incorrectly generated POM Sebastian Humenda <shumenda@gmx.de> - 2017-10-21 21:20 +0200
csiph-web