Re: maven-debian-helper & module inter-dependencies

2017-12-18 Thread Thorsten Glaser
On Mon, 18 Dec 2017, Emmanuel Bourg wrote: > Le 18/12/2017 à 16:34, Thorsten Glaser a écrit : > > > Does this sound doable? > > No 'mvn deploy' doesn't work in offline mode. You probably want to use > 'mvn install' instead. Oops, sorry, yes. I need more coffee, obviously. bye, //mirabilos --

Re: maven-debian-helper & module inter-dependencies

2017-12-18 Thread Emmanuel Bourg
Le 18/12/2017 à 16:34, Thorsten Glaser a écrit : > Does this sound doable? No 'mvn deploy' doesn't work in offline mode. You probably want to use 'mvn install' instead. Emmanuel Bourg

Re: maven-debian-helper & module inter-dependencies

2017-12-18 Thread Thorsten Glaser
On Sat, 16 Dec 2017, Markus Koschany wrote: > Am 16.12.2017 um 15:52 schrieb Sebastiaan Couwenberg: > > But I don't consider build depending on oneself an acceptable solution. I tend to agree here. And this problem pops up every so often. > Ok, then what would you consider an acceptable solutio

Re: maven-debian-helper & module inter-dependencies

2017-12-16 Thread Sebastiaan Couwenberg
On 12/16/2017 06:07 PM, Emmanuel Bourg wrote: > Le 16/12/2017 à 14:03, Sebastiaan Couwenberg a écrit : >> Thanks for the feedback. Unfortunately I still cannot get the build to work. > > I got a look and I committed a fix. This one was a bit tricky, it was > mostly about ignoring jts-core when use

Re: maven-debian-helper & module inter-dependencies

2017-12-16 Thread Emmanuel Bourg
Le 16/12/2017 à 14:03, Sebastiaan Couwenberg a écrit : > Thanks for the feedback. Unfortunately I still cannot get the build to work. I got a look and I committed a fix. This one was a bit tricky, it was mostly about ignoring jts-core when used as a test dependency. Do you want to complete the u

Re: maven-debian-helper & module inter-dependencies

2017-12-16 Thread Markus Koschany
Am 16.12.2017 um 17:00 schrieb Sebastiaan Couwenberg: [...] > That is up to the maintainers of libsejda-java. My concern is with the > jts package. My point is that you could have applied the same lessons learned to jts. signature.asc Description: OpenPGP digital signature

Re: maven-debian-helper & module inter-dependencies

2017-12-16 Thread Sebastiaan Couwenberg
On 12/16/2017 04:39 PM, Markus Koschany wrote: > Am 16.12.2017 um 15:52 schrieb Sebastiaan Couwenberg: >> On 12/16/2017 03:43 PM, Markus Koschany wrote: >>> Am 16.12.2017 um 14:03 schrieb Sebastiaan Couwenberg: >>> [...] Thanks for the feedback. Unfortunately I still cannot get the build to >

Re: maven-debian-helper & module inter-dependencies

2017-12-16 Thread Markus Koschany
Am 16.12.2017 um 15:52 schrieb Sebastiaan Couwenberg: > On 12/16/2017 03:43 PM, Markus Koschany wrote: >> Am 16.12.2017 um 14:03 schrieb Sebastiaan Couwenberg: >> [...] >>> Thanks for the feedback. Unfortunately I still cannot get the build to work. >>> >>> I'm giving up on this package, and reques

Re: maven-debian-helper & module inter-dependencies

2017-12-16 Thread Sebastiaan Couwenberg
On 12/16/2017 03:43 PM, Markus Koschany wrote: > Am 16.12.2017 um 14:03 schrieb Sebastiaan Couwenberg: > [...] >> Thanks for the feedback. Unfortunately I still cannot get the build to work. >> >> I'm giving up on this package, and request the Debian Java Maintainers >> to take over its maintenance

Re: maven-debian-helper & module inter-dependencies

2017-12-16 Thread Markus Koschany
Am 16.12.2017 um 14:03 schrieb Sebastiaan Couwenberg: [...] > Thanks for the feedback. Unfortunately I still cannot get the build to work. > > I'm giving up on this package, and request the Debian Java Maintainers > to take over its maintenance since all reverse dependencies are > maintained withi

Re: maven-debian-helper & module inter-dependencies

2017-12-16 Thread Sebastiaan Couwenberg
On 12/15/2017 02:51 PM, Emmanuel Bourg wrote: > Le 15/12/2017 à 10:53, Sebastiaan Couwenberg a écrit : >> How should maven-debian-helper be used in a package that builds modules >> which depend on other jars in the project? >> >> The case in question is JTS 1.15 [0] which builds, among others, >> j

Re: maven-debian-helper & module inter-dependencies

2017-12-15 Thread Emmanuel Bourg
Hi Sebastiaan, Le 15/12/2017 à 10:53, Sebastiaan Couwenberg a écrit : > How should maven-debian-helper be used in a package that builds modules > which depend on other jars in the project? > > The case in question is JTS 1.15 [0] which builds, among others, > jts-core.jar which is required by the

Re: maven-debian-helper & module inter-dependencies

2017-12-15 Thread Markus Koschany
Am 15.12.2017 um 10:53 schrieb Sebastiaan Couwenberg: > How should maven-debian-helper be used in a package that builds modules > which depend on other jars in the project? > > The case in question is JTS 1.15 [0] which builds, among others, > jts-core.jar which is required by the jts-io module. W