Re: Maven plugin to replace text in file

2020-11-09 Thread Oliver B. Fischer
+1 Am 10.11.20 um 08:15 schrieb Christofer Dutz: > I recently tend to use the groovy plugin to do stuff like at in a > portable way.  > > Chris > > -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin,

u...@mamen.apache.org

2020-11-09 Thread trai_chuavo5...@yahoo.com.INVALID
Được gửi từ Yahoo Mail trên Android

Re: Maven plugin to replace text in file

2020-11-09 Thread Christofer Dutz
I recently tend to use the groovy plugin to do stuff like at in a portable way. Chris Von: Oliver B. Fischer Gesendet: Montag, 9. November 2020 22:42 An: Maven Users List ; Arnaud bourree Betreff: Re: Maven plugin to replace text in file IMHO not very

Re: Maven plugin to replace text in file

2020-11-09 Thread Oliver B. Fischer
IMHO not very portable, as jq is an external dependency and maybe not available on every machine. Am 09.11.20 um 18:03 schrieb Arnaud bourree: > You want to reformat json file ... why not using jq in exec-maven-plugin ? > > Arnaud > -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin,

Re: HTTP/2 support in Maven

2020-11-09 Thread Benjamin Marwell
Hi Michael, I do not think it is necessary to download ALL of them serially. H2 Server push might become a big advantage as already mentioned. e.g. if requesting a pom, it might push the jar and its dependencies right away with it. THAT would probably save a lot of connections (and time). The

Re: Maven plugin to replace text in file

2020-11-09 Thread Arnaud bourree
You want to reformat json file ... why not using jq in exec-maven-plugin ? Arnaud Le dim. 8 nov. 2020 à 19:14, David Hoffer a écrit : > Yeah I was trying to use com.google.code.maven-replacer-plugin but I don't > think that can replace with the variable content found in what is to be >

Re: HTTP/2 support in Maven

2020-11-09 Thread Michael Osipov
Am 2020-11-05 um 16:49 schrieb Jakub Bartecek: Hi, I did a performance test of HTTP/2 and its comparison with HTTP/1.1 and I would like to share my results with you. I wrote a Python script [1] to download 100 artifacts in parallel using asynchronous HTTP client supporting both HTTP/1.1 and