Re: Question regarding Maven's local repository use

2018-02-01 Thread Anders Hammar
What I think you're running into is that Maven keeps track of from which repo an artifact in the local repo was downloaded from. When you remove/restore the mirror config the repo id most likely changes which causes Maven to try to download again. There should be a filed named _remote.repositories

Question regarding Maven's local repository use

2018-02-01 Thread Paul Benedict
My Maven version is 3.3.9. For my typical use case, my settings.xml has a of "central" that provides a procured subset of artifacts. It contains nearly everything I might need to do a desktop build. However, sometimes I need to connect to the real "central" directly to try and test an

Re: Anything in pipeline to add functionality to read pom in different formats?

2018-02-01 Thread Karl Heinz Marbaise
Hi, On 01/02/18 14:48, ahardy42 wrote: Hi All, as a loyal maven user I appreciate maven for all it does and give kudos to all the people who helped build it. Thought I'd say that before I ask my question in case you think I'm trolling. My main problem with maven is colleagues. I constantly

Re: Skip deploy of test-jars?

2018-02-01 Thread Christofer Dutz
Hi Robert, thanks for that ... Option 3 was actually the one I was thinking of too but I was hoping that there already had been such a plugin or feature. I whipped up a little plugin that we'll have in our code repo and guess we'll release it once and then probably forget it's there ;-) But

RE: [EXTERNAL] Anything in pipeline to add functionality to read pom in different formats?

2018-02-01 Thread Justin Georgeson
Polyglot https://github.com/takari/polyglot-maven -Original Message- From: ahardy42 [mailto:adam.ha...@cyberspaceroad.com] Sent: Thursday, February 1, 2018 7:48 AM To: users@maven.apache.org Subject: [EXTERNAL] Anything in pipeline to add functionality to read pom in different formats?

Anything in pipeline to add functionality to read pom in different formats?

2018-02-01 Thread ahardy42
Hi All, as a loyal maven user I appreciate maven for all it does and give kudos to all the people who helped build it. Thought I'd say that before I ask my question in case you think I'm trolling. My main problem with maven is colleagues. I constantly hear complaints about maven being horrible.