I think the difference is that the files you listed Vladimir are needed to rebuild (compile and test) the project. maven-wrapper.jar is not needed since mvnw will download it as needed.
Kevin Risden On Fri, Mar 15, 2019 at 3:07 AM Vladimir Sitnikov < [email protected]> wrote: > Julian> maven-wrapper.jar is a binary file, and we cannot have binary > files in source distributions. > > Hey, Julian, that is a great finding! > Can you please clarify if the following binary files count towards -1 as > well? > > site/img/pie-chart.png > site/img/cake.jpg > site/img/pb-calcite-140.png > site/img/pb-calcite-240.png > site/img/powered-by.png > site/img/window-types.png > site/img/logo.png > site/img/feather.png > site/fonts/fontawesome-webfont.ttf > site/fonts/fontawesome-webfont.woff > site/fonts/fontawesome-webfont.eot > file/src/test/resources/sales-csv/EMPS.csv.gz > example/csv/src/test/resources/sales/EMPS.csv.gz > > Vladimir >
