This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 829b6d3  Add binaries.repos property to downloadbinaries call in 
projectized.xml.
     new 870ab56  Merge pull request #3401 from 
neilcsmith-net/binaries-repos-missing
829b6d3 is described below

commit 829b6d3f942b4185605c29bb95c5ece243340b52
Author: Neil C Smith <neilcsm...@apache.org>
AuthorDate: Wed Oct 6 16:49:52 2021 +0100

    Add binaries.repos property to downloadbinaries call in projectized.xml.
    
    This was accidentally left out in apache/netbeans#2710 Amongst other 
things, this helps with testing libraries only in local .m2 cache.
---
 nbbuild/templates/projectized.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nbbuild/templates/projectized.xml 
b/nbbuild/templates/projectized.xml
index 6d649fb..9e8d143 100644
--- a/nbbuild/templates/projectized.xml
+++ b/nbbuild/templates/projectized.xml
@@ -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>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to