Possible to use maven API to get another projects binaries ?

2017-03-07 Thread Tushar Kapila
ow the new path? Let's assume its a well behaved standard plugin like the jar plugin? Are there any samples for this? -- Regards Tushar Kapila - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands

Re: Possible to use maven API to get another projects binaries ?

2017-03-07 Thread Tushar Kapila
] --- if I see a BUILD SUCCESS, then work back a few lines to find jars, wars, etc? On Tue, Mar 7, 2017 at 4:59 PM, Thomas Broyer wrote: > On Tue, Mar 7, 2017 at 11:59 AM Tushar Kapila wrote: > >> hello >> >> I would like to get o

Re: When time do we need to delete .m2/repository

2017-09-07 Thread Tushar Kapila
at some > point. > > So, yeah, redownloading it is going to add some time to build, but this is > a matter of speed vs. reproducibility, so better target reproduciblity/non > flakiness then see how to optimize, not the contrary. > > And obviously, *NEVER, EVER share that .m2/repos

Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Tushar Kapila
+1 can be a separate project if anyone wants to pursue it. On Wed, 29 May, 2019, 09:38 Bernd Prager, wrote: > +1 > > On 29/5/62 01:54, Robert Scholte wrote: > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of

Re: Can't copy open Excel spreadsheet

2020-04-25 Thread Tushar Kapila
This is an OS issue. Maven runs on Java, which asks the OS for a File object to read. But some applications like excel or windows explorer or other app might have an open link. I doubt this is anything the maven team can help you with. Close all apps, including windows explorer, some times need to

Re: zip file is empty

2022-02-18 Thread Tushar Kapila
Until the bug is fixed you could run a cleaner program. That checks for jars or zips that are 0kb size, and deletes them. I saw this in 2015. Using windows. Have not seen it on Ubuntu. Just out of curiosity which os are you using? And are you doing parallel builds (more than one mvn command runni

Re: CVE-2022-22963 and CVE-2022-22965

2022-04-08 Thread Tushar Kapila
Bernd Just say: By the power of Grayskull, and you will have all the answers ;) Donnel You might get a few answers on forums, but if you need help to put ut all together consider hiring someone. Freelancer.com I'd one resource. Besides aunty Google On Sat, Apr 9, 2022, 07:53 Bernd Eckenfels wr

Re: strange log in maven install

2022-07-09 Thread Tushar Kapila
No fix, just a suggestion, why not make your code that validates the output, more smart, to ignore these mixed lines. The end success msg must still be intact? On Fri, Jul 8, 2022, 22:58 Thai Le wrote: > Hello, I am using maven 3.8.2 on docker to build our projects and store the > output to a t