fedora-java / xmvn

XMvn is a set of free software components that are useful in packaging Java software which build is managed by Apache Maven
https://fedora-java.github.io/xmvn/
Apache License 2.0
5 stars 9 forks source link

Remove the args file from the javadoc tree once it is not needed any more #290

Closed fridrich closed 1 year ago

fridrich commented 1 year ago

The generated args file has a random order of source files. This makes the reproducible builds difficult. But this file does not need to be kept after the javadoc is generated, so delete it as any other temporary file once we don't use it. In case it is used for debugging or so, we could pipe it into the log before deleting, eventually.

codecov[bot] commented 1 year ago

Codecov Report

Merging #290 (d943165) into master (0b4690f) will not change coverage. The diff coverage is 0.00%.

@@          Coverage Diff           @@
##           master    #290   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          71      71           
  Lines        2091    2092    +1     
  Branches      305     305           
======================================
- Misses       2091    2092    +1     
Files Changed Coverage Δ
.../java/org/fedoraproject/xmvn/mojo/JavadocMojo.java 0.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more