Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #10349
| From | Emmanuel Bourg <ebourg@apache.org> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Re: Proper way to force debug/verbose in maven-debian-helper |
| Date | 2018-03-02 09:40 +0100 |
| Message-ID | <voOop-8vY-1@gated-at.bofh.it> (permalink) |
| References | <voGTZ-3vW-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 02/03/2018 01:33, Tiago Daitx wrote: > Could someone please point me to the right way to achieve this? Hi Tiago, You just have to override dh_auto_build in debian/rules and pass the -X parameter. It looks like this: override_dh_auto_build: dh_auto_build -- -X package -DskipTests (and you may have to add javadoc:aggregate to the line if the package builds the javadoc) Emmanuel Bourg
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Find similar | Unroll thread
Proper way to force debug/verbose in maven-debian-helper Tiago Daitx <tiago.daitx@canonical.com> - 2018-03-02 01:40 +0100 Re: Proper way to force debug/verbose in maven-debian-helper Emmanuel Bourg <ebourg@apache.org> - 2018-03-02 09:40 +0100
csiph-web