Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8612
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Andrew Schurman <arcticwaters@gmail.com> |
| Newsgroups | linux.debian.maint.java |
| Subject | Re: maven-debian-helper=2.0~exp2 rebuild |
| Date | Wed, 02 Dec 2015 09:30:02 +0100 |
| Message-ID | <qBaXw-4EG-19@gated-at.bofh.it> (permalink) |
| References | <qyQzU-3OH-9@gated-at.bofh.it> <qznYS-18E-3@gated-at.bofh.it> |
| X-Original-To | Emmanuel Bourg <ebourg@apache.org>, debian-java@lists.debian.org |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Wed Dec 2 08:26:20 2015 |
| Old-Return-Path | <arcticwaters@gmail.com> |
| X-Amavis-Spam-Status | No, score=-12.799 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references:content-type :mime-version; bh=xoja4K4iNT8tlw+XxcRErh6Otj90OhkCo1dmIYDQ1mE=; b=wUGlQGZZK4kfyxgrf4LKGJ8sRNNlpp3t6S5EluD5DqEy6N2hyeNxK9CfXC+2kWdCro Q35RlkpiwpgF9wFPfBh8dw5xKFds4IHVdoMR1BlnHKs9QA960ddwQw9x6oVO42ZiGeEx j/rcaYe+lHUfjH6OkdAimDd5RurOqpfdumuwFX7L3kQj/o/dHy8lclHaN7NTL4lyNxEF B3InhnvaRfKV/xJ6Qidhhq6mJ7IlRw3DYLzoRuD7iUYOETpw99H5RV4ybiUeH0uelE/8 uDSpOVP9PD9ztU1P94XcTDXm+n3gmsAYkzpSP6t6fKC6FWfoOTPfl/2drElxr/pcJIkL Nl3A== |
| X-Received | by 10.98.1.140 with SMTP id 134mr2745970pfb.134.1449044764465; Wed, 02 Dec 2015 00:26:04 -0800 (PST) |
| Content-Type | multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-jWQfLohKiwW1To23xiKO" |
| X-Mailer | Evolution 3.16.5-1 |
| MIME-Version | 1.0 |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/18931 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/1449044757.28779.12.camel@gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 61 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Wed, 02 Dec 2015 00:25:57 -0800 |
| X-Original-Message-ID | <1449044757.28779.12.camel@gmail.com> |
| X-Original-References | <20151125220927.GA20309@blind.goeswhere.com> <565827C2.9000507@apache.org> |
| Xref | csiph.com linux.debian.maint.java:8612 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Fri, 2015-11-27 at 10:52 +0100, Emmanuel Bourg wrote:
> Curiously the pom.xml doesn't reference the install
> plugin at all. If I change the Maven packaging from bundle to jar it
> builds fine. So there is a weird interaction with the bundle plugin.
The bundle type provided by the maven-bundle-plugin defines the install
phase with a versionless maven-install-plugin goal.
...
<install>
org.apache.maven.plugins:maven-install-plugin:install,
org.apache.felix:maven-bundle-plugin:install
</install>
...
I think this comes back to our conversation about Maven 3 searching for
that metadata file unless a version is explicit specified.
Looking at maven-bundle-plugin:2.4.0, none of the goals specify a
version (the default ones defined in maven-core do). Curious that the
install plugin is the only one complaining...
>
> I'll add a dependency on libmaven-install-plugin-java in
> maven-debian-helper 2.0~exp3.
If we can get away with just installing the plugin rather than
generating metadata, so much the better. Just keep this in mind as you
may run into it again for another project type.
Cheers,
Andrew
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next in thread | Find similar
maven-debian-helper=2.0~exp2 rebuild Chris West <solo-debian-java@goeswhere.com> - 2015-11-25 23:20 +0100
Re: maven-debian-helper=2.0~exp2 rebuild Emmanuel Bourg <ebourg@apache.org> - 2015-11-27 11:00 +0100
Re: maven-debian-helper=2.0~exp2 rebuild Andrew Schurman <arcticwaters@gmail.com> - 2015-12-02 09:30 +0100
Re: maven-debian-helper=2.0~exp2 rebuild Emmanuel Bourg <ebourg@apache.org> - 2015-12-02 10:00 +0100
Re: maven-debian-helper=2.0~exp2 rebuild Andrew Schurman <arcticwaters@gmail.com> - 2015-12-02 23:00 +0100
Re: maven-debian-helper=2.0~exp2 rebuild Emmanuel Bourg <ebourg@apache.org> - 2015-12-09 09:40 +0100
csiph-web