Re: How to share the same modules between different profiles

2022-09-29 Thread Arnaud bourree
Hi, Your pom agregator doesn't need to be aware about testing profiles, its job is only agregating. The 70 poms should have a parent pom (bom) within your testing profile. Regardes, Arnaud Le jeu. 29 sept. 2022, 00:06, Delany a écrit : > Shouldn't matter. Please give full pom. > Delany > > On

Re: How to configure Maven for an overloaded intranet repository?

2022-09-29 Thread Benjamin Marwell
There are two approaches for your issue. First of all, you can try to use caches, so you don't need to download dependencies over and over again. There are also settings which might help, see the system properties in WAGON-545 [1]. E.g. retries and timeouts. But. To me it sounds from your descrip

How to configure Maven for an overloaded intranet repository?

2022-09-29 Thread David Karr
I work in a very large enterprise that uses a centralized intranet maven repository to get artifacts from. It often has load issues that result in builds failing with "failed to respond". The team that maintains it is working towards eventual mitigations for that, but it will be quite a while bef