You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to skip generating the html file since I'm only using japicmp to fail the build when source/binary backward incompatibilty is found. Right now whenever a maven module is built japicmp generates 3 files:
[INFO] Written file '/Users/vmassol/dev/xwiki/git/xwiki-platform/xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-ui/target/japicmp/japicmp.diff'.
[INFO] Written file '/Users/vmassol/dev/xwiki/git/xwiki-platform/xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-ui/target/japicmp/japicmp.xml'.
[INFO] Written file '/Users/vmassol/dev/xwiki/git/xwiki-platform/xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-ui/target/japicmp/japicmp.html'.
Would it be possible to skip the generation of the html one at least?
The goal is to speed up the build.
Thanks
The text was updated successfully, but these errors were encountered:
I'd like to skip generating the html file since I'm only using japicmp to fail the build when source/binary backward incompatibilty is found. Right now whenever a maven module is built japicmp generates 3 files:
Would it be possible to skip the generation of the html one at least?
The goal is to speed up the build.
Thanks
The text was updated successfully, but these errors were encountered: