fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

--without tests | --without javadoc should get documented #62

Closed jerboaa closed 5 years ago

jerboaa commented 6 years ago

Any spec file using %mvn_build macro will get automatic support for -f via RPM conditionals by specifying --without tests or --without javadoc on the mock/fedpkg invocation. This is surprising since it does not show up in any docs.

FWIW, I went down a path of implementing that feature locally to one spec file and noticed that it was producing multiple -f switches when being used. Adding this to the javapackages docs should fix this.

mizdebsk commented 6 years ago

This will also need to be documented in mvn_build(7) manpage, in ENVIRONMENT section, next to xmvn_bootstrap macro. And xmvn_opts/base_xmvn_opts should be documented too.

mizdebsk commented 5 years ago

Fixed in d398d14290e75b013661803f405258b32da01e91