Skip to content

Commit

Permalink
Add binaries.repos property to downloadbinaries call in projectized.xml.
Browse files Browse the repository at this point in the history
This was accidentally left out in apache#2710 Amongst other things, this helps with testing libraries only in local .m2 cache.
  • Loading branch information
neilcsmith-net committed Oct 6, 2021
1 parent 0dfe95f commit a7c1e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbbuild/templates/projectized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<target name="-process.release.files"/>

<target name="-download.release.files" depends="-define-downloadbinaries-task">
<downloadbinaries cache="${binaries.cache}" server="${binaries.server}">
<downloadbinaries cache="${binaries.cache}" server="${binaries.server}" repos="${binaries.repos}">
<manifest dir=".">
<include name="external/binaries-list"/>
</manifest>
Expand Down

0 comments on commit a7c1e90

Please sign in to comment.