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 Jan 3, 2022
1 parent d528cc4 commit 829b6d3
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 @@ -257,7 +257,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 829b6d3

Please sign in to comment.