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


Groups > linux.debian.maint.java > #9862 > unrolled thread

Java packaging with gradle

Started byGhislain Vaillant <ghisvail@gmail.com>
First post2017-08-08 13:30 +0200
Last post2017-08-08 14:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.debian.maint.java


Contents

  Java packaging with gradle Ghislain Vaillant <ghisvail@gmail.com> - 2017-08-08 13:30 +0200
    Re: Java packaging with gradle 殷啟聰 <seamlikok@gmail.com> - 2017-08-08 14:50 +0200

#9862 — Java packaging with gradle

FromGhislain Vaillant <ghisvail@gmail.com>
Date2017-08-08 13:30 +0200
SubjectJava packaging with gradle
Message-ID<ucaRZ-7FO-55@gated-at.bofh.it>
Dear Java team,

In my quest to package ImageJ2 for Debian, I came across some leaf 
dependencies which need to be packaged and use gradle as their build system.

I was wondering whether we had Debian helpers for that, or at least a 
representative package I could inspire myself from?

Best regards,
Ghis

[toc] | [next] | [standalone]


#9863

From殷啟聰 <seamlikok@gmail.com>
Date2017-08-08 14:50 +0200
Message-ID<ucc7p-8sm-25@gated-at.bofh.it>
In reply to#9862
Hello,

`gradle-debian-helper` is your friend, you can take a look at
`uncommons-maths` [1] for example. It basically substitutes the
hardcoded versions of compile dependencies and generates Maven POM
files so that you can install them into `/usr/share/maven-repo` using
`maven-repo-helper`. Unfortunately it does not support the
experimental `java-library` plugin.

[1]: https://tracker.debian.org/pkg/uncommons-maths


2017-08-08 19:26 GMT+08:00 Ghislain Vaillant <ghisvail@gmail.com>:
> Dear Java team,
>
> In my quest to package ImageJ2 for Debian, I came across some leaf
> dependencies which need to be packaged and use gradle as their build system.
>
> I was wondering whether we had Debian helpers for that, or at least a
> representative package I could inspire myself from?
>
> Best regards,
> Ghis
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.maint.java


csiph-web