Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #11980

Re: List of consultants focusing on Debian packaging for Java?

From Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Newsgroups linux.debian.maint.java
Subject Re: List of consultants focusing on Debian packaging for Java?
Date 2020-12-07 22:00 +0100
Message-ID <BjvLX-4vp-5@gated-at.bofh.it> (permalink)
References (3 earlier) <BiNUD-1Pe-17@gated-at.bofh.it> <Bj9BL-7m1-5@gated-at.bofh.it> <BjnbI-7q4-11@gated-at.bofh.it> <BjpQe-Nc-5@gated-at.bofh.it> <Bjv9f-4hy-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Dec 7, 2020 at 8:19 PM Markus Koschany <apo@debian.org> wrote:
>
> Am Montag, den 07.12.2020, 15:33 +0100 schrieb Thorsten Glaser:
> > On Mon, 7 Dec 2020, Markus Koschany wrote:
> >
> > > Ideally the Butterfly source code is included in src:openrefine and Maven
> > > would
> > > do the rest.
> >
> > Does maven-debian-helper handle multi-module projects (where some of
> > the modules depend on some of the other modules to be built as part
> > of the project) nowadays? That was the biggest problem, back when I
> > tried to package something…
>
> I don't think it does. Last time I stumbled upon this problem I had to patch
> the pom.xml and use the scope=system approach.
>
>         <dependency>
>             <groupId>foo</groupId>
>             <artifactId>bar</artifactId>
>             <version>1.0</version>
>             <scope>system</scope>
>             <systemPath>../../some.jar</systemPath>
>         </dependency>

I recently worked on uploading eclipse-tracecompass which had this
situation and I have not used "scope=system". Just adding the
dependency in pom.xml was enough (which will take "scope=compile" by
default). As an example
'org.eclipse.tracecompass.analysis.counters.core' depends on
'org.eclipse.tracecompass.common.core' and was just mentioned in
pom.xml at [1] which was sufficient. Same was done for all the other
modules and its interdependencies.

[1]. https://salsa.debian.org/java-team/eclipse-tracecompass/-/blob/master/debian/pom/analysis/org.eclipse.tracecompass.analysis.counters.core/pom.xml#L46


-- 
Regards
Sudip

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

List of consultants focusing on Debian packaging for Java? "Antonin Delpeuch (lists)" <lists@antonin.delpeuch.eu> - 2020-12-04 18:20 +0100
  Re: List of consultants focusing on Debian packaging for Java? Markus Koschany <apo@debian.org> - 2020-12-04 21:10 +0100
    Re: List of consultants focusing on Debian packaging for Java? Sam Kuper <sampablokuper@posteo.net> - 2020-12-05 03:30 +0100
      Re: List of consultants focusing on Debian packaging for Java? "Antonin Delpeuch (lists)" <lists@antonin.delpeuch.eu> - 2020-12-05 19:10 +0100
        Re: List of consultants focusing on Debian packaging for Java? Paul Wise <pabs@debian.org> - 2020-12-06 00:10 +0100
    Re: List of consultants focusing on Debian packaging for Java? Markus Koschany <apo@debian.org> - 2020-12-05 23:10 +0100
      Re: List of consultants focusing on Debian packaging for Java? Emmanuel Bourg <ebourg@apache.org> - 2020-12-06 22:20 +0100
        Re: List of consultants focusing on Debian packaging for Java? Hans-Christoph Steiner <hans@at.or.at> - 2020-12-07 14:30 +0100
          Re: List of consultants focusing on Debian packaging for Java? Sam Kuper <sampablokuper@posteo.net> - 2020-12-07 18:30 +0100
          Re: List of consultants focusing on Debian packaging for Java? Fabrice BAUZAC <noon@mykolab.com> - 2020-12-12 00:50 +0100
        Re: List of consultants focusing on Debian packaging for Java? Emmanuel Bourg <ebourg@apache.org> - 2020-12-07 22:00 +0100
          Re: List of consultants focusing on Debian packaging for Java? Pirate Praveen <praveen@onenetbeyond.org> - 2020-12-08 12:30 +0100
            Re: List of consultants focusing on Debian packaging for Java? Emmanuel Bourg <ebourg@apache.org> - 2020-12-10 23:10 +0100
          Re: List of consultants focusing on Debian packaging for Java? Hans-Christoph Steiner <hans@at.or.at> - 2020-12-08 21:00 +0100
      Re: List of consultants focusing on Debian packaging for Java? Markus Koschany <apo@debian.org> - 2020-12-07 12:50 +0100
        Re: List of consultants focusing on Debian packaging for Java? Thorsten Glaser <t.glaser@tarent.de> - 2020-12-07 15:40 +0100
          Re: List of consultants focusing on Debian packaging for Java? Markus Koschany <apo@debian.org> - 2020-12-07 21:20 +0100
            Re: List of consultants focusing on Debian packaging for Java? Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-12-07 22:00 +0100
          Re: List of consultants focusing on Debian packaging for Java? Emmanuel Bourg <ebourg@apache.org> - 2020-12-07 22:20 +0100
  Re: List of consultants focusing on Debian packaging for Java? Paul Wise <pabs@debian.org> - 2020-12-05 04:40 +0100
    Re: List of consultants focusing on Debian packaging for Java? "Antonin Delpeuch (lists)" <lists@antonin.delpeuch.eu> - 2020-12-05 19:00 +0100

csiph-web