Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #10103
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Sebastian Humenda <shumenda@gmx.de> |
| Newsgroups | linux.debian.maint.java |
| Subject | [Gradle] incorrectly generated POM |
| Date | Sat, 21 Oct 2017 18:50:02 +0200 |
| Message-ID | <uD58e-3ij-9@gated-at.bofh.it> (permalink) |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Sat Oct 21 16:43:01 2017 |
| Old-Return-Path | <shumenda@gmx.de> |
| X-Amavis-Spam-Status | No, score=-12.199 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_SORBS_SPAM=0.5] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| MIME-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tlubk7szq7cdm2ze" |
| Content-Disposition | inline |
| X-Operating-System | Debian GNU/Linux 9 Stretch |
| X-Editor | Vim 8.0 |
| User-Agent | NeoMutt/20170113 (1.7.2) |
| X-Provags-ID | V03:K0:kwkHt9hONNbLj/G8L5zyQY9AMmSevpAJzU1Cxiq38PyidtvGurp fyoSlMfUctyqvw3bIZ2ti588pPnFIDKq0Xpo+CgFmhVSDOK7bKk3i3oTx2EQ30w2JTTFMJi alFsM8w+DzXSNfCsBJyFz/svylqYPRwGyT1+1vKtHznNtVMCXjgzs1jb1Ue37M4Fkg8BF3i 3HMge+HZXxanEoR29WyiQ== |
| X-Ui-Out-Filterresults | notjunk:1;V01:K0:nDAsg/2m1W4=:kpmkk80kX5wfFWw3rsgwmf 08bd3ly54GVUQnVMuFSCyEGTyH3bIJFEqrzOeGUCX4PEYLyPkBqTI+5Ul5CpAjA3GiwwKZ2OF hty1Ivah0JVuvkvXNhur2HJ7xq7c+aEvaIVxSk8lClqIztDMFppevLbKbfB6OSfkG/8wzHv1H 26iABcWUDLqup9Ulth0Hr34G/mvoBzRXwM3JEX/ajvI/xS+Z2qEupWQVKij28iu4fwcxFd19z oHEPXxR/xT8NdCSL7DXxM8i+SPaSlXrUaPSH2j4vDAEwvKJwFYyG5Yc0e0vFID1/J1vTLlOQB pg/0ON+GXQiQfP/55znnZyHwOkb9jIUownvnV6+5Va3zFF2KmMsdctUaiVdJ5YoEGxSlriDLF F6DegfEGb3JZDOv2MkxvEBePld6UAjCsIGMzrYHyIJU7DzV+Ll//XrvJJQszRWbCeWNtjY6sM hyd2ASMHUKSdxNT6CyvfOxQp1gBl4Dlq/qZ+K23mrN3DBKdOyfZ2YUrBd6sWPJQG/nUDOTNRV 375smhM+JrQhC7SsGNCGuJjr8jRaIR0DXaBlLQa+MpKEdlVMJKUjA5aQp2JBy+b1skHQsq3eC BzqRnwNET8U8MSL1GsuuppLk+ri/a0DngFs1T+Fc7kqD1fkxevtVo+/+hyLIAsWs9XlatT+V1 IlGMDhz9uZLk4xKhfED4PuB652fIOPAIg3C8UHzqCcel7RYt7GwiyPNYnJtkVT/Z+6l1czJoa 3cvgakYRzUNzyzGz74bvYIXCbJkHeTWyOVwpoGi3AvntUgmkWvPhda2BjNfJbmq2brvnivH+I THQvs7Y+hyBZgI5KKHVm9olK8WEbg== |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/20471 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/20171021164244.z5gcpipojw46lghz@Kraftkrust |
| Approved | robomod@news.nic.it |
| Lines | 61 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Sat, 21 Oct 2017 18:42:44 +0200 |
| X-Original-Message-ID | <20171021164244.z5gcpipojw46lghz@Kraftkrust> |
| Xref | csiph.com linux.debian.maint.java:10103 |
Show key headers only | View raw
[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